Html Css Color HEX #01DE74 Spring Green

📋 copy color: '#01DE74'

red 1 ◦ green 222 ◦ blue 116

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

Shades of Spring Green #01DE74

Tints of Spring Green #01DE74

RGB

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

 GREEN value IS 222 (87.11% from 255) = 65.49%

 BLUE value IS 116 (45.7% from 255) = 34.22%

R = 0.29%
G = 65.49%
B = 34.22%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#01DE74 (or 0x01DE74) is known color: Spring Green. HEX triplet: 01, DE and 74. RGB value is (1,222,116). Sum of RGB (Red+Green+Blue) = 1+222+116=339 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 339); Green value is 222 (87.11% from 255 or 65.49% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 222 - color contains mainly: green. Hex color #01DE74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DE74 is #FE218B. Grayscale: #909090. Windows color (decimal): -16654732 or 7659009. OLE color: 7659009.

HSL color Cylindrical-coordinate representation of color #01DE74: hue angle of 151.22º 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 #01DE74 is Cyan = 1.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 222 116 -
CMYK 1.00 0 0.48 0.13
HSL 151.22º 0.99% 0.44% -
HSV(B) 151.22º 1% 0.87% -
XYZ 29.29 53.51 25.31 -
YUV 143.84 112.28 26.12 -
System Red Green Blue C M Y K H S L
Decimal 1 222 116 1.00 0 0.48 0.13 151.22 0.99 0.44
Hex 1 DE 74 64 0 30 D 97 63 2C
Octal 1 336 164 144 0 60 15 227 143 54
Binary 1 11011110 1110100 1100100 0 110000 1101 10010111 1100011 101100

Color Harmonies of #01DE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DE74

Black with #01DE74

Text Example


Text Example

White with #01DE74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,222,116); }

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

background-color css

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

 a { background-color: rgb(1,222,116); }

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

border-color css

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

 span { border-color: rgb(1,222,116); }

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