Html Css Color HEX #ADFD04 Spring Bud

📋 copy color: '#ADFD04'

red 173 ◦ green 253 ◦ blue 4

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

Shades of Spring Bud #ADFD04

Tints of Spring Bud #ADFD04

RGB

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

 GREEN value IS 253 (99.22% from 255) = 58.84%

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

R = 40.23%
G = 58.84%
B = 0.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#ADFD04 (or 0xADFD04) is known color: Spring Bud. HEX triplet: AD, FD and 04. RGB value is (173,253,4). Sum of RGB (Red+Green+Blue) = 173+253+4=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 253 (99.22% from 255 or 58.84% from 430); Blue value is 4 (1.95% from 255 or 0.93% from 430); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFD04 is #5202FB. Grayscale: #C9C9C9. Windows color (decimal): -5374716 or 327085. OLE color: 327085.

HSL color Cylindrical-coordinate representation of color #ADFD04: hue angle of 79.28º 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 #ADFD04 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 253 4 -
CMYK 0.32 0 0.98 0.01
HSL 79.28º 0.98% 0.5% -
HSV(B) 79.28º 0.98% 0.99% -
XYZ 52.38 79.14 12.63 -
YUV 200.69 17 108.25 -
System Red Green Blue C M Y K H S L
Decimal 173 253 4 0.32 0 0.98 0.01 79.28 0.98 0.5
Hex AD FD 4 20 0 62 1 4F 62 32
Octal 255 375 4 40 0 142 1 117 142 62
Binary 10101101 11111101 100 100000 0 1100010 1 1001111 1100010 110010

Color Harmonies of #ADFD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFD04

Black with #ADFD04

Text Example


Text Example

White with #ADFD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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