Shades of Spring Green #00EB68
Tints of Spring Green #00EB68
RGB
CMYK
RGB Variations
Color information
#00EB68 (or 0x00EB68) is known color: Spring Green. HEX triplet: 00, EB and 68. RGB value is (0,235,104). Sum of RGB (Red+Green+Blue) = 0+235+104=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 235 (92.19% from 255 or 69.32% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 235 - color contains mainly: green. Hex color #00EB68 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00EB68 is #FF1497. Grayscale: #969696. Windows color (decimal): -16716952 or 6875904. OLE color: 6875904.
HSL color Cylindrical-coordinate representation of color #00EB68: hue angle of 146.55º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EB68 is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 235 | 104 | - |
| CMYK | 1 | 0 | 0.56 | 0.08 |
| HSL | 146.55º | 1% | 0.46% | - |
| HSV(B) | 146.55º | 1% | 0.92% | - |
| XYZ | 32.21 | 60.42 | 23.06 | - |
| YUV | 149.8 | 102.14 | 21.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 235 | 104 | 1 | 0 | 0.56 | 0.08 | 146.55 | 1 | 0.46 |
| Hex | 0 | EB | 68 | 64 | 0 | 38 | 8 | 93 | 64 | 2E |
| Octal | 0 | 353 | 150 | 144 | 0 | 70 | 10 | 223 | 144 | 56 |
| Binary | 0 | 11101011 | 1101000 | 1100100 | 0 | 111000 | 1000 | 10010011 | 1100100 | 101110 |
Color Harmonies of #00EB68
Complementary color
Monochromatic Colors of #00EB68
Black with #00EB68
Text Example
Text Example
White with #00EB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EB68; }
p { color: rgb(0,235,104); }
H1.HeaderClassName
{
color: #00EB68;
}
.AnyTagClassName
{
color: #00EB68;
}
</style>
background-color css
<style>
a { background-color: #00EB68; }
a { background-color: rgb(0,235,104); }
div.DivClassName
{
background-color: #00EB68;
}
.BgClassName
{
background-color: #00EB68;
}
</style>
border-color css
<style>
span { border-color: #00EB68; }
span { border-color: rgb(0,235,104); }
td.TdClassName
{
border-color: #00EB68;
}
.TagClassName
{
border-color: #00EB68;
}
</style>