Html Css Color HEX #ADF804 Spring Bud

📋 copy color: '#ADF804'

red 173 ◦ green 248 ◦ blue 4

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

Shades of Spring Bud #ADF804

Tints of Spring Bud #ADF804

RGB

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

 GREEN value IS 248 (97.27% from 255) = 58.35%

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

R = 40.71%
G = 58.35%
B = 0.94%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#ADF804 (or 0xADF804) is known color: Spring Bud. HEX triplet: AD, F8 and 04. RGB value is (173,248,4). Sum of RGB (Red+Green+Blue) = 173+248+4=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 248 (97.27% from 255 or 58.35% from 425); Blue value is 4 (1.95% from 255 or 0.94% from 425); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF804 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF804 is #5207FB. Grayscale: #C6C6C6. Windows color (decimal): -5375996 or 325805. OLE color: 325805.

HSL color Cylindrical-coordinate representation of color #ADF804: hue angle of 78.44º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADF804 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 248 4 -
CMYK 0.30 0 0.98 0.03
HSL 78.44º 0.97% 0.49% -
HSV(B) 78.44º 0.98% 0.97% -
XYZ 50.82 76.03 12.11 -
YUV 197.76 18.65 110.34 -
System Red Green Blue C M Y K H S L
Decimal 173 248 4 0.30 0 0.98 0.03 78.44 0.97 0.49
Hex AD F8 4 1E 0 62 3 4E 61 31
Octal 255 370 4 36 0 142 3 116 141 61
Binary 10101101 11111000 100 11110 0 1100010 11 1001110 1100001 110001

Color Harmonies of #ADF804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF804

Black with #ADF804

Text Example


Text Example

White with #ADF804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF804; }

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

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

background-color css

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

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

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

border-color css

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

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

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