Html Css Color HEX #01DD76 Spring Green

📋 copy color: '#01DD76'

red 1 ◦ green 221 ◦ blue 118

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

Shades of Spring Green #01DD76

Tints of Spring Green #01DD76

RGB

 RED value IS 1 (0.78% from 255) = 0.29%

 GREEN value IS 221 (86.72% from 255) = 65%

 BLUE value IS 118 (46.48% from 255) = 34.71%

R = 0.29%
G = 65%
B = 34.71%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#01DD76 (or 0x01DD76) is known color: Spring Green. HEX triplet: 01, DD and 76. RGB value is (1,221,118). Sum of RGB (Red+Green+Blue) = 1+221+118=340 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 340); Green value is 221 (86.72% from 255 or 65% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DD76 is #FE2289. Grayscale: #8F8F8F. Windows color (decimal): -16654986 or 7789825. OLE color: 7789825.

HSL color Cylindrical-coordinate representation of color #01DD76: hue angle of 151.91º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DD76 is Cyan = 1.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 221 118 -
CMYK 1.00 0 0.47 0.13
HSL 151.91º 0.99% 0.44% -
HSV(B) 151.91º 1% 0.87% -
XYZ 29.14 53.03 25.84 -
YUV 143.48 113.61 26.38 -
System Red Green Blue C M Y K H S L
Decimal 1 221 118 1.00 0 0.47 0.13 151.91 0.99 0.44
Hex 1 DD 76 64 0 2F D 98 63 2C
Octal 1 335 166 144 0 57 15 230 143 54
Binary 1 11011101 1110110 1100100 0 101111 1101 10011000 1100011 101100

Color Harmonies of #01DD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DD76

Black with #01DD76

Text Example


Text Example

White with #01DD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01DD76; }

 p { color: rgb(1,221,118); }

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

background-color css

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

 a { background-color: rgb(1,221,118); }

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

border-color css

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

 span { border-color: rgb(1,221,118); }

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