#ABEF42

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

Shades of Green Yellow #ABEF42

Tints of Green Yellow #ABEF42

Color information

#ABEF42 (or 0xABEF42) is unknown color: approx Green Yellow. HEX triplet: AB, EF and 42. RGB value is (171,239,66). Sum of RGB (Red+Green+Blue) = 171+239+66=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 239 (93.75% from 255 or 50.21% from 476); Blue value is 66 (26.17% from 255 or 13.87% from 476); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEF42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABEF42 is #5410BD. Grayscale: #C7C7C7. Windows color (decimal): -5509310 or 4386731. OLE color: 4386731.

HSL color Cylindrical-coordinate representation of color #ABEF42: hue angle of 83.58º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ABEF42 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB17123966-
CMYK0.2800.720.06
HSL83.58º84.39%59.8%-
HSV(B)83.58º72.38%93.73%-
XYZ48.6470.7816.25-
YUV198.9552.97108.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.92%
GREEN value IS 239 (93.75% from 255) = 50.21%
BLUE value IS 66 (26.17% from 255) = 13.87%
R=35.92%
G=50.21%
B=13.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal171239660.2800.720.0683.5884.3959.8
HexABEF421C048654543c
Octal253357102340110612412474
Binary10101011111011111000010111000100100011010101001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEF42; }

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

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

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

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

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

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

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

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