Html Css Color HEX #ADFD00 Spring Bud

📋 copy color: '#ADFD00'

red 173 ◦ green 253 ◦ blue 0

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

Shades of Spring Bud #ADFD00

Tints of Spring Bud #ADFD00

RGB

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

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

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

R = 40.61%
G = 59.39%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#ADFD00 (or 0xADFD00) is known color: Spring Bud. HEX triplet: AD, FD and 00. RGB value is (173,253,0). Sum of RGB (Red+Green+Blue) = 173+253+0=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 253 (99.22% from 255 or 59.39% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFD00 is #5202FF. Grayscale: #C9C9C9. Windows color (decimal): -5374720 or 64941. OLE color: 64941.

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

Color convert

RGB 173 253 0 -
CMYK 0.32 0 1 0.01
HSL 78.97º 1% 0.5% -
HSV(B) 78.97º 1% 0.99% -
XYZ 52.36 79.13 12.51 -
YUV 200.24 15 108.57 -
System Red Green Blue C M Y K H S L
Decimal 173 253 0 0.32 0 1 0.01 78.97 1 0.5
Hex AD FD 0 20 0 64 1 4F 64 32
Octal 255 375 0 40 0 144 1 117 144 62
Binary 10101101 11111101 0 100000 0 1100100 1 1001111 1100100 110010

Color Harmonies of #ADFD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFD00

Black with #ADFD00

Text Example


Text Example

White with #ADFD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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