Html Css Color HEX #ADFD11 Spring Bud

📋 copy color: '#ADFD11'

red 173 ◦ green 253 ◦ blue 17

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

Shades of Spring Bud #ADFD11

Tints of Spring Bud #ADFD11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.84%

R = 39.05%
G = 57.11%
B = 3.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#ADFD11 (or 0xADFD11) is known color: Spring Bud. HEX triplet: AD, FD and 11. RGB value is (173,253,17). Sum of RGB (Red+Green+Blue) = 173+253+17=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 253 (99.22% from 255 or 57.11% from 443); Blue value is 17 (7.03% from 255 or 3.84% from 443); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFD11 is #5202EE. Grayscale: #CBCBCB. Windows color (decimal): -5374703 or 1179053. OLE color: 1179053.

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

Color convert

RGB 173 253 17 -
CMYK 0.32 0 0.93 0.01
HSL 80.34º 0.98% 0.53% -
HSV(B) 80.34º 0.93% 0.99% -
XYZ 52.46 79.18 13.05 -
YUV 202.18 23.5 107.19 -
System Red Green Blue C M Y K H S L
Decimal 173 253 17 0.32 0 0.93 0.01 80.34 0.98 0.53
Hex AD FD 11 20 0 5D 1 50 62 35
Octal 255 375 21 40 0 135 1 120 142 65
Binary 10101101 11111101 10001 100000 0 1011101 1 1010000 1100010 110101

Color Harmonies of #ADFD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFD11

Black with #ADFD11

Text Example


Text Example

White with #ADFD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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