#00ED76

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

Shades of Spring Green #00ED76

Tints of Spring Green #00ED76

Color information

#00ED76 (or 0x00ED76) is unknown color: approx Spring Green. HEX triplet: 00, ED and 76. RGB value is (0,237,118). Sum of RGB (Red+Green+Blue) = 0+237+118=355 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 355); Green value is 237 (92.97% from 255 or 66.76% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 237 - color contains mainly: green. Hex color #00ED76 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00ED76 is #FF1289. Grayscale: #989898. Windows color (decimal): -16716426 or 7793920. OLE color: 7793920.

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

Color convert

RGB0237118-
CMYK100.500.07
HSL149.87º100%46.47%-
HSV(B)149.87º100%92.94%-
XYZ33.5561.8827.31-
YUV152.57108.4819.18-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 237 (92.97% from 255) = 66.76%
BLUE value IS 118 (46.48% from 255) = 33.24%
R=0%
G=66.76%
B=33.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal0237118100.500.07149.8710046.47
Hex0ED7664032796642e
Octal0355166144062722614456
Binary011101101111011011001000110010111100101101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00ED76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,237,118); }

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

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

 a { background-color: rgb(0,237,118); }

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

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

 span { border-color: rgb(0,237,118); }

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