#abf421

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

Shades of Green Yellow #ABF421

Tints of Green Yellow #ABF421

Color information

#ABF421 (or 0xABF421) is unknown color: approx Green Yellow. HEX triplet: AB, F4 and 21. RGB value is (171,244,33). Sum of RGB (Red+Green+Blue) = 171+244+33=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 244 (95.70% from 255 or 54.46% from 448); Blue value is 33 (13.28% from 255 or 7.37% from 448); Max value from RGB is 244 - color contains mainly: green. Hex color #ABF421 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF421 is #540BDE. Grayscale: #C6C6C6. Windows color (decimal): -5508063 or 2225323. OLE color: 2225323.

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

Color convert

RGB17124433-
CMYK0.3000.860.04
HSL80.76º90.56%54.31%-
HSV(B)80.76º86.48%95.69%-
XYZ49.4273.4713.02-
YUV198.1234.82108.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.17%
GREEN value IS 244 (95.70% from 255) = 54.46%
BLUE value IS 33 (13.28% from 255) = 7.37%
R=38.17%
G=54.46%
B=7.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal171244330.3000.860.0480.7690.5654.31
HexABF4211E0564515b36
Octal25336441360126412113366
Binary1010101111110100100001111100101011010010100011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abf421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abf421; }

 p { color: rgb(171,244,33); }

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

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

 a { background-color: rgb(171,244,33); }

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

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

 span { border-color: rgb(171,244,33); }

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