Html Css Color HEX #ADFB00 Spring Bud

📋 copy color: '#ADFB00'

red 173 ◦ green 251 ◦ blue 0

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

Shades of Spring Bud #ADFB00

Tints of Spring Bud #ADFB00

RGB

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

 GREEN value IS 251 (98.44% from 255) = 59.2%

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

R = 40.8%
G = 59.2%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#ADFB00 (or 0xADFB00) is known color: Spring Bud. HEX triplet: AD, FB and 00. RGB value is (173,251,0). Sum of RGB (Red+Green+Blue) = 173+251+0=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 251 (98.44% from 255 or 59.20% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFB00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFB00 is #5204FF. Grayscale: #C7C7C7. Windows color (decimal): -5375232 or 64429. OLE color: 64429.

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

Color convert

RGB 173 251 0 -
CMYK 0.31 0 1 0.02
HSL 78.65º 1% 0.49% -
HSV(B) 78.65º 1% 0.98% -
XYZ 51.73 77.88 12.31 -
YUV 199.06 15.66 109.41 -
System Red Green Blue C M Y K H S L
Decimal 173 251 0 0.31 0 1 0.02 78.65 1 0.49
Hex AD FB 0 1F 0 64 2 4F 64 31
Octal 255 373 0 37 0 144 2 117 144 61
Binary 10101101 11111011 0 11111 0 1100100 10 1001111 1100100 110001

Color Harmonies of #ADFB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFB00

Black with #ADFB00

Text Example


Text Example

White with #ADFB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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