COLOR #ABFF75

HEX: #ABFF75
RGB: (171,255,117)

Color info

#ABFF75 contains mainly green color. Web safe color of #ABFF75 is #99FF66 (or #9F6).

RGB color model

#ABFF75 color RGB value is (171,255,117).

  • red value is 171;
  • green value is 255;
  • blue value is 117.
RGB:
(171,255,117)
(67%,100%,46%)

RGB channels and saturation

R 171 of 255 = 67%
G 255 of 255 = 100%
B 117 of 255 = 46%

171
255
117

R + G + B ~ 71%. #ABFF75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 255 + 117 = 543 (100%)
R 171 of 543 ~ 31.49%
G 255 of 543 ~ 46.96%
B 117 of 543 ~ 21.55%

%31.49
%46.96
%21.55

CMYK color model

#ABFF75 color CMYK value is (33,0,54,0).

  • cyan value is 32.94%
  • magenta value is 0.00%
  • yellow value is 54.12%
  • key color value is 0.00%
CMYK:
(33,0,54,0)
C33M0Y54K0 
(33%,0%,54%,0%)
(0.33/0.00/0.54/0.00)	

CMYK percentages

%32.94
%0
%54.12
%0

Codes

Color #ABFF75 in popluar color models

ABFF75
RGB171255117
HSL97°100.00%72.94%
HSB/HSV97°54.12%100.00%
CMYK32.94%0.00%54.12%
0.00%

Color #ABFF75 in popluar number systems.

HEXABFF75
Decimal171255117
Binary10101011111111111110101
Octal253377165

Shades and tints

Shades of #ABFF75

#ABFF75
(171,255,117)
#9CE86B
(156,232,107)
#8DD161
(141,209,97)
#7EBA57
(126,186,87)
#6FA34D
(111,163,77)
#608C43
(96,140,67)
#517539
(81,117,57)
#425E2F
(66,94,47)
#334725
(51,71,37)
#24301B
(36,48,27)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #ABFF75

#ABFF75
(171,255,117)
#B2FF81
(178,255,129)
#B9FF8D
(185,255,141)
#C0FF99
(192,255,153)
#C7FFA5
(199,255,165)
#CEFFB1
(206,255,177)
#D5FFBD
(213,255,189)
#DCFFC9
(220,255,201)
#E3FFD5
(227,255,213)
#EAFFE1
(234,255,225)
#F1FFED
(241,255,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABFF75 color. Also use rgb(171,255,117) instead hex code.

Text Font Color

.myTextColor { color: #ABFF75; }

<p style="color:#ABFF75">This sample text font color is #ABFF75.</p>

This text font color is #ABFF75.


Background Color

.myBgColor { background-color: #ABFF75; }

<div style="background-color:#ABFF75">Inner text</div>

This div background color is #ABFF75.


Border color

.myBorderColor { border: 1px solid #ABFF75; }

<div style="border:3px solid #ABFF75">Div</div>

This div border color is #ABFF75.


Opacity

.myOpacity80 { color: #ABFF75; opacity: 0.8; }

<p style="color:#ABFF75;opacity:0.8;">80%</p>

Text with #ABFF75 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ABFF75;}

<p style="text-shadow: 3px 3px 1px #ABFF75">Text here.</p>

This text has shadow with #ABFF75 color.

.textShadow {text-shadow: 3px 3px 1px #ABFF75, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ABFF75, 5px 5px 20px red">Text here.</p>

This text has shadow with #ABFF75 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABFF75, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ABFF75, Direction=45, Strength=4)">Text</p>

This text has shadow with #ABFF75 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #ABFF75;
  -webkit-box-shadow:	1px 1px 3px 2px #ABFF75;
  box-shadow:		1px 1px 3px 2px #ABFF75;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABFF75;
-webkit-box-shadow: 1px 1px 3px 2px #ABFF75;
box-shadow:1px 1px 3px 2px #ABFF75;">
Div content here</div>
This div box has shadow with color #ABFF75.

Preview

Color preview on black background

This text has color #ABFF75 on black background.


Color preview on white background

This text has color #ABFF75 on white background.



Black color preview on #ABFF75 background

This text has black color on #ABFF75 background.


White color preview on #ABFF75 background

This text has white color on #ABFF75 background.