#ABFA47

Color #ABFA47 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #ABFA47

Tints of Green Yellow #ABFA47

Color information

#ABFA47 (or 0xABFA47) is unknown color: approx Green Yellow. HEX triplet: AB, FA and 47. RGB value is (171,250,71). Sum of RGB (Red+Green+Blue) = 171+250+71=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 71 (28.12% from 255 or 14.43% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFA47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABFA47 is #5405B8. Grayscale: #CECECE. Windows color (decimal): -5506489 or 4717227. OLE color: 4717227.

HSL color Cylindrical-coordinate representation of color #ABFA47: hue angle of 86.48º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ABFA47 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB17125071-
CMYK0.3200.720.02
HSL86.48º94.71%62.94%-
HSV(B)86.48º71.6%98.04%-
XYZ52.1277.4818.17-
YUV205.9751.83103.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 34.76%
GREEN value IS 250 (98.05% from 255) = 50.81%
BLUE value IS 71 (28.12% from 255) = 14.43%
R=34.76%
G=50.81%
B=14.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal171250710.3200.720.0286.4894.7162.94
HexABFA47200482565f3f
Octal253372107400110212613777
Binary10101011111110101000111100000010010001010101101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFA47; }

 p { color: rgb(171,250,71); }

 H1.HeaderClassName
 {
   color: #ABFA47;
 }
 .AnyTagClassName
 {
   color: #ABFA47;
 }
</style>
background-color css

<style>
 a { background-color: #ABFA47; }

 a { background-color: rgb(171,250,71); }

 div.DivClassName
 {
   background-color: #ABFA47;
 }
 .BgClassName
 {
   background-color: #ABFA47;
 }
</style>
border-color css

<style>
 span { border-color: #ABFA47; }

 span { border-color: rgb(171,250,71); }

 td.TdClassName
 {
   border-color: #ABFA47;
 }
 .TagClassName
 {
   border-color: #ABFA47;
 }
</style>