#ABF542

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

Shades of Green Yellow #ABF542

Tints of Green Yellow #ABF542

Color information

#ABF542 (or 0xABF542) is unknown color: approx Green Yellow. HEX triplet: AB, F5 and 42. RGB value is (171,245,66). Sum of RGB (Red+Green+Blue) = 171+245+66=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 245 (96.09% from 255 or 50.83% from 482); Blue value is 66 (26.17% from 255 or 13.69% from 482); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF542 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF542 is #540ABD. Grayscale: #CBCBCB. Windows color (decimal): -5507774 or 4388267. OLE color: 4388267.

HSL color Cylindrical-coordinate representation of color #ABF542: hue angle of 84.8º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ABF542 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB17124566-
CMYK0.3000.730.04
HSL84.8º89.95%60.98%-
HSV(B)84.8º73.06%96.08%-
XYZ50.4374.3616.85-
YUV202.4750.98105.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.48%
GREEN value IS 245 (96.09% from 255) = 50.83%
BLUE value IS 66 (26.17% from 255) = 13.69%
R=35.48%
G=50.83%
B=13.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal171245660.3000.730.0484.889.9560.98
HexABF5421E0494555a3d
Octal253365102360111412513275
Binary10101011111101011000010111100100100110010101011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF542; }

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

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

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

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

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

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

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

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