Html Css Color HEX #ABF204 Spring Bud

📋 copy color: '#ABF204'

red 171 ◦ green 242 ◦ blue 4

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

Shades of Spring Bud #ABF204

Tints of Spring Bud #ABF204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.96%

R = 41.01%
G = 58.03%
B = 0.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#ABF204 (or 0xABF204) is known color: Spring Bud. HEX triplet: AB, F2 and 04. RGB value is (171,242,4). Sum of RGB (Red+Green+Blue) = 171+242+4=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 242 (94.92% from 255 or 58.03% from 417); Blue value is 4 (1.95% from 255 or 0.96% from 417); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF204 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF204 is #540DFB. Grayscale: #C2C2C2. Windows color (decimal): -5508604 or 324267. OLE color: 324267.

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

Color convert

RGB 171 242 4 -
CMYK 0.29 0 0.98 0.05
HSL 77.9º 0.97% 0.48% -
HSV(B) 77.9º 0.98% 0.95% -
XYZ 48.57 72.17 11.49 -
YUV 193.64 20.98 111.85 -
System Red Green Blue C M Y K H S L
Decimal 171 242 4 0.29 0 0.98 0.05 77.9 0.97 0.48
Hex AB F2 4 1D 0 62 5 4E 61 30
Octal 253 362 4 35 0 142 5 116 141 60
Binary 10101011 11110010 100 11101 0 1100010 101 1001110 1100001 110000

Color Harmonies of #ABF204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF204

Black with #ABF204

Text Example


Text Example

White with #ABF204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF204; }

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

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

background-color css

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

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

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

border-color css

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

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

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