Html Css Color HEX #ADFC04 Spring Bud

📋 copy color: '#ADFC04'

red 173 ◦ green 252 ◦ blue 4

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

Shades of Spring Bud #ADFC04

Tints of Spring Bud #ADFC04

RGB

 RED value IS 173 (67.97% from 255) = 40.33%

 GREEN value IS 252 (98.83% from 255) = 58.74%

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

R = 40.33%
G = 58.74%
B = 0.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#ADFC04 (or 0xADFC04) is known color: Spring Bud. HEX triplet: AD, FC and 04. RGB value is (173,252,4). Sum of RGB (Red+Green+Blue) = 173+252+4=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 252 (98.83% from 255 or 58.74% from 429); Blue value is 4 (1.95% from 255 or 0.93% from 429); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFC04 is #5203FB. Grayscale: #C9C9C9. Windows color (decimal): -5374972 or 326829. OLE color: 326829.

HSL color Cylindrical-coordinate representation of color #ADFC04: hue angle of 79.11º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADFC04 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 252 4 -
CMYK 0.31 0 0.98 0.01
HSL 79.11º 0.98% 0.5% -
HSV(B) 79.11º 0.98% 0.99% -
XYZ 52.07 78.51 12.53 -
YUV 200.11 17.33 108.67 -
System Red Green Blue C M Y K H S L
Decimal 173 252 4 0.31 0 0.98 0.01 79.11 0.98 0.5
Hex AD FC 4 1F 0 62 1 4F 62 32
Octal 255 374 4 37 0 142 1 117 142 62
Binary 10101101 11111100 100 11111 0 1100010 1 1001111 1100010 110010

Color Harmonies of #ADFC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFC04

Black with #ADFC04

Text Example


Text Example

White with #ADFC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFC04; }

 p { color: rgb(173,252,4); }

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

background-color css

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

 a { background-color: rgb(173,252,4); }

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

border-color css

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

 span { border-color: rgb(173,252,4); }

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