#ABFC42

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

Shades of Green Yellow #ABFC42

Tints of Green Yellow #ABFC42

Color information

#ABFC42 (or 0xABFC42) is unknown color: approx Green Yellow. HEX triplet: AB, FC and 42. RGB value is (171,252,66). Sum of RGB (Red+Green+Blue) = 171+252+66=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 252 (98.83% from 255 or 51.53% from 489); Blue value is 66 (26.17% from 255 or 13.50% from 489); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABFC42 is #5403BD. Grayscale: #CFCFCF. Windows color (decimal): -5505982 or 4390059. OLE color: 4390059.

HSL color Cylindrical-coordinate representation of color #ABFC42: hue angle of 86.13º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ABFC42 is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB17125266-
CMYK0.3200.740.01
HSL86.13º96.88%62.35%-
HSV(B)86.13º73.81%98.82%-
XYZ52.5978.6717.57-
YUV206.5848.66102.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.97%
GREEN value IS 252 (98.83% from 255) = 51.53%
BLUE value IS 66 (26.17% from 255) = 13.50%
R=34.97%
G=51.53%
B=13.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal171252660.3200.740.0186.1396.8862.35
HexABFC422004A156613e
Octal253374102400112112614176
Binary1010101111111100100001010000001001010110101101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFC42; }

 p { color: rgb(171,252,66); }

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

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

 a { background-color: rgb(171,252,66); }

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

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

 span { border-color: rgb(171,252,66); }

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