Html Css Color HEX #ADF200 Spring Bud

📋 copy color: '#ADF200'

red 173 ◦ green 242 ◦ blue 0

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

Shades of Spring Bud #ADF200

Tints of Spring Bud #ADF200

RGB

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

 GREEN value IS 242 (94.92% from 255) = 58.31%

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

R = 41.69%
G = 58.31%
B = 0%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#ADF200 (or 0xADF200) is known color: Spring Bud. HEX triplet: AD, F2 and 00. RGB value is (173,242,0). Sum of RGB (Red+Green+Blue) = 173+242+0=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 242 (94.92% from 255 or 58.31% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF200 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF200 is #520DFF. Grayscale: #C2C2C2. Windows color (decimal): -5377536 or 62125. OLE color: 62125.

HSL color Cylindrical-coordinate representation of color #ADF200: hue angle of 77.11º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADF200 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 242 0 -
CMYK 0.29 0 1 0.05
HSL 77.11º 1% 0.47% -
HSV(B) 77.11º 1% 0.95% -
XYZ 48.99 72.39 11.39 -
YUV 193.78 18.64 113.18 -
System Red Green Blue C M Y K H S L
Decimal 173 242 0 0.29 0 1 0.05 77.11 1 0.47
Hex AD F2 0 1D 0 64 5 4D 64 2F
Octal 255 362 0 35 0 144 5 115 144 57
Binary 10101101 11110010 0 11101 0 1100100 101 1001101 1100100 101111

Color Harmonies of #ADF200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF200

Black with #ADF200

Text Example


Text Example

White with #ADF200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF200; }

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

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

background-color css

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

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

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

border-color css

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

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

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