Html Css Color HEX #ABF232 Green Yellow

📋 copy color: '#ABF232'

red 171 ◦ green 242 ◦ blue 50

#ABF232
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Yellow #ABF232

Tints of Green Yellow #ABF232

RGB

 RED value IS 171 (67.19% from 255) = 36.93%

 GREEN value IS 242 (94.92% from 255) = 52.27%

 BLUE value IS 50 (19.92% from 255) = 10.8%

R = 36.93%
G = 52.27%
B = 10.8%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#ABF232 (or 0xABF232) is known color: Green Yellow. HEX triplet: AB, F2 and 32. RGB value is (171,242,50). Sum of RGB (Red+Green+Blue) = 171+242+50=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 242 (94.92% from 255 or 52.27% from 463); Blue value is 50 (19.92% from 255 or 10.80% from 463); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF232 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF232 is #540DCD. Grayscale: #C7C7C7. Windows color (decimal): -5508558 or 3338923. OLE color: 3338923.

HSL color Cylindrical-coordinate representation of color #ABF232: hue angle of 82.19º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ABF232 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 242 50 -
CMYK 0.29 0 0.79 0.05
HSL 82.19º 0.88% 0.57% -
HSV(B) 82.19º 0.79% 0.95% -
XYZ 49.12 72.39 14.4 -
YUV 198.88 43.98 108.11 -
System Red Green Blue C M Y K H S L
Decimal 171 242 50 0.29 0 0.79 0.05 82.19 0.88 0.57
Hex AB F2 32 1D 0 4F 5 52 58 39
Octal 253 362 62 35 0 117 5 122 130 71
Binary 10101011 11110010 110010 11101 0 1001111 101 1010010 1011000 111001

Color Harmonies of #ABF232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF232

Black with #ABF232

Text Example


Text Example

White with #ABF232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF232; }

 p { color: rgb(171,242,50); }

 H1.HeaderClassName
 {
   color: #ABF232;
 }
 .AnyTagClassName
 {
   color: #ABF232;
 }
</style>

background-color css

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

 a { background-color: rgb(171,242,50); }

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

border-color css

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

 span { border-color: rgb(171,242,50); }

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