Html Css Color HEX #ADFC00 Spring Bud

📋 copy color: '#ADFC00'

red 173 ◦ green 252 ◦ blue 0

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

Shades of Spring Bud #ADFC00

Tints of Spring Bud #ADFC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.71%
G = 59.29%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#ADFC00 (or 0xADFC00) is known color: Spring Bud. HEX triplet: AD, FC and 00. RGB value is (173,252,0). Sum of RGB (Red+Green+Blue) = 173+252+0=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 252 (98.83% from 255 or 59.29% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFC00 is #5203FF. Grayscale: #C8C8C8. Windows color (decimal): -5374976 or 64685. OLE color: 64685.

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

Color convert

RGB 173 252 0 -
CMYK 0.31 0 1 0.01
HSL 78.81º 1% 0.49% -
HSV(B) 78.81º 1% 0.99% -
XYZ 52.04 78.51 12.41 -
YUV 199.65 15.33 108.99 -
System Red Green Blue C M Y K H S L
Decimal 173 252 0 0.31 0 1 0.01 78.81 1 0.49
Hex AD FC 0 1F 0 64 1 4F 64 31
Octal 255 374 0 37 0 144 1 117 144 61
Binary 10101101 11111100 0 11111 0 1100100 1 1001111 1100100 110001

Color Harmonies of #ADFC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFC00

Black with #ADFC00

Text Example


Text Example

White with #ADFC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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