Html Css Color HEX #01DB76 Spring Green

📋 copy color: '#01DB76'

red 1 ◦ green 219 ◦ blue 118

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

Shades of Spring Green #01DB76

Tints of Spring Green #01DB76

RGB

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

 GREEN value IS 219 (85.94% from 255) = 64.79%

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

R = 0.3%
G = 64.79%
B = 34.91%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#01DB76 (or 0x01DB76) is known color: Spring Green. HEX triplet: 01, DB and 76. RGB value is (1,219,118). Sum of RGB (Red+Green+Blue) = 1+219+118=338 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 338); Green value is 219 (85.94% from 255 or 64.79% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 219 - color contains mainly: green. Hex color #01DB76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DB76 is #FE2489. Grayscale: #8E8E8E. Windows color (decimal): -16655498 or 7789313. OLE color: 7789313.

HSL color Cylindrical-coordinate representation of color #01DB76: hue angle of 152.2º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DB76 is Cyan = 1.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 219 118 -
CMYK 1.00 0 0.46 0.14
HSL 152.2º 0.99% 0.43% -
HSV(B) 152.2º 1% 0.86% -
XYZ 28.61 51.98 25.66 -
YUV 142.3 114.28 27.21 -
System Red Green Blue C M Y K H S L
Decimal 1 219 118 1.00 0 0.46 0.14 152.2 0.99 0.43
Hex 1 DB 76 64 0 2E E 98 63 2B
Octal 1 333 166 144 0 56 16 230 143 53
Binary 1 11011011 1110110 1100100 0 101110 1110 10011000 1100011 101011

Color Harmonies of #01DB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DB76

Black with #01DB76

Text Example


Text Example

White with #01DB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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