Shades of Spring Green #0DED7F
Tints of Spring Green #0DED7F
RGB
CMYK
RGB Variations
Color information
#0DED7F (or 0x0DED7F) is known color: Spring Green. HEX triplet: 0D, ED and 7F. RGB value is (13,237,127). Sum of RGB (Red+Green+Blue) = 13+237+127=377 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.45% from 377); Green value is 237 (92.97% from 255 or 62.86% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 237 - color contains mainly: green. Hex color #0DED7F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DED7F is #F21280. Grayscale: #9D9D9D. Windows color (decimal): -15864449 or 8383757. OLE color: 8383757.
HSL color Cylindrical-coordinate representation of color #0DED7F: hue angle of 150.54º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DED7F is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 237 | 127 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.07 |
| HSL | 150.54º | 0.9% | 0.49% | - |
| HSV(B) | 150.54º | 0.95% | 0.93% | - |
| XYZ | 34.28 | 62.19 | 30.28 | - |
| YUV | 157.48 | 110.79 | 24.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 237 | 127 | 0.95 | 0 | 0.46 | 0.07 | 150.54 | 0.9 | 0.49 |
| Hex | D | ED | 7F | 5F | 0 | 2E | 7 | 97 | 5A | 31 |
| Octal | 15 | 355 | 177 | 137 | 0 | 56 | 7 | 227 | 132 | 61 |
| Binary | 1101 | 11101101 | 1111111 | 1011111 | 0 | 101110 | 111 | 10010111 | 1011010 | 110001 |
Color Harmonies of #0DED7F
Complementary color
Monochromatic Colors of #0DED7F
Black with #0DED7F
Text Example
Text Example
White with #0DED7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DED7F; }
p { color: rgb(13,237,127); }
H1.HeaderClassName
{
color: #0DED7F;
}
.AnyTagClassName
{
color: #0DED7F;
}
</style>
background-color css
<style>
a { background-color: #0DED7F; }
a { background-color: rgb(13,237,127); }
div.DivClassName
{
background-color: #0DED7F;
}
.BgClassName
{
background-color: #0DED7F;
}
</style>
border-color css
<style>
span { border-color: #0DED7F; }
span { border-color: rgb(13,237,127); }
td.TdClassName
{
border-color: #0DED7F;
}
.TagClassName
{
border-color: #0DED7F;
}
</style>