Html Css Color HEX #ADFC05 Spring Bud

📋 copy color: '#ADFC05'

red 173 ◦ green 252 ◦ blue 5

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

Shades of Spring Bud #ADFC05

Tints of Spring Bud #ADFC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.16%

R = 40.23%
G = 58.6%
B = 1.16%

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

#ADFC05 (or 0xADFC05) is known color: Spring Bud. HEX triplet: AD, FC and 05. RGB value is (173,252,5). Sum of RGB (Red+Green+Blue) = 173+252+5=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 252 (98.83% from 255 or 58.60% from 430); Blue value is 5 (2.34% from 255 or 1.16% from 430); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFC05 is #5203FA. Grayscale: #C9C9C9. Windows color (decimal): -5374971 or 392365. OLE color: 392365.

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

Color convert

RGB 173 252 5 -
CMYK 0.31 0 0.98 0.01
HSL 79.19º 0.98% 0.5% -
HSV(B) 79.19º 0.98% 0.99% -
XYZ 52.07 78.52 12.55 -
YUV 200.22 17.83 108.58 -
System Red Green Blue C M Y K H S L
Decimal 173 252 5 0.31 0 0.98 0.01 79.19 0.98 0.5
Hex AD FC 5 1F 0 62 1 4F 62 32
Octal 255 374 5 37 0 142 1 117 142 62
Binary 10101101 11111100 101 11111 0 1100010 1 1001111 1100010 110010

Color Harmonies of #ADFC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFC05

Black with #ADFC05

Text Example


Text Example

White with #ADFC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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