#00DE78

Color #00DE78 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #00DE78

Tints of Spring Green #00DE78

Color information

#00DE78 (or 0x00DE78) is unknown color: approx Spring Green. HEX triplet: 00, DE and 78. RGB value is (0,222,120). Sum of RGB (Red+Green+Blue) = 0+222+120=342 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 342); Green value is 222 (87.11% from 255 or 64.91% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 222 - color contains mainly: green. Hex color #00DE78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00DE78 is #FF2187. Grayscale: #909090. Windows color (decimal): -16720264 or 7921152. OLE color: 7921152.

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

Color convert

RGB0222120-
CMYK100.460.13
HSL152.43º100%43.53%-
HSV(B)152.43º100%87.06%-
XYZ29.5153.626.56-
YUV143.99114.4525.29-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 222 (87.11% from 255) = 64.91%
BLUE value IS 120 (47.27% from 255) = 35.09%
R=0%
G=64.91%
B=35.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal0222120100.460.13152.4310043.53
Hex0DE786402ED98642c
Octal03361701440561523014454
Binary0110111101111000110010001011101101100110001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00DE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00DE78; }

 p { color: rgb(0,222,120); }

 H1.HeaderClassName
 {
   color: #00DE78;
 }
 .AnyTagClassName
 {
   color: #00DE78;
 }
</style>
background-color css

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

 a { background-color: rgb(0,222,120); }

 div.DivClassName
 {
   background-color: #00DE78;
 }
 .BgClassName
 {
   background-color: #00DE78;
 }
</style>
border-color css

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

 span { border-color: rgb(0,222,120); }

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