Shades of Spring Green #0CE57F
Tints of Spring Green #0CE57F
RGB
CMYK
RGB Variations
Color information
#0CE57F (or 0x0CE57F) is known color: Spring Green. HEX triplet: 0C, E5 and 7F. RGB value is (12,229,127). Sum of RGB (Red+Green+Blue) = 12+229+127=368 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.26% from 368); Green value is 229 (89.84% from 255 or 62.23% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 229 - color contains mainly: green. Hex color #0CE57F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CE57F is #F31A80. Grayscale: #989898. Windows color (decimal): -15932033 or 8381708. OLE color: 8381708.
HSL color Cylindrical-coordinate representation of color #0CE57F: hue angle of 151.8º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE57F is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 229 | 127 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.10 |
| HSL | 151.8º | 0.9% | 0.47% | - |
| HSV(B) | 151.8º | 0.95% | 0.9% | - |
| XYZ | 32 | 57.65 | 29.52 | - |
| YUV | 152.49 | 113.61 | 27.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 229 | 127 | 0.95 | 0 | 0.45 | 0.10 | 151.8 | 0.9 | 0.47 |
| Hex | C | E5 | 7F | 5F | 0 | 2D | A | 98 | 5A | 2F |
| Octal | 14 | 345 | 177 | 137 | 0 | 55 | 12 | 230 | 132 | 57 |
| Binary | 1100 | 11100101 | 1111111 | 1011111 | 0 | 101101 | 1010 | 10011000 | 1011010 | 101111 |
Color Harmonies of #0CE57F
Complementary color
Monochromatic Colors of #0CE57F
Black with #0CE57F
Text Example
Text Example
White with #0CE57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE57F; }
p { color: rgb(12,229,127); }
H1.HeaderClassName
{
color: #0CE57F;
}
.AnyTagClassName
{
color: #0CE57F;
}
</style>
background-color css
<style>
a { background-color: #0CE57F; }
a { background-color: rgb(12,229,127); }
div.DivClassName
{
background-color: #0CE57F;
}
.BgClassName
{
background-color: #0CE57F;
}
</style>
border-color css
<style>
span { border-color: #0CE57F; }
span { border-color: rgb(12,229,127); }
td.TdClassName
{
border-color: #0CE57F;
}
.TagClassName
{
border-color: #0CE57F;
}
</style>