Shades of Spring Green #0DFE7D
Tints of Spring Green #0DFE7D
RGB
CMYK
RGB Variations
Color information
#0DFE7D (or 0x0DFE7D) is known color: Spring Green. HEX triplet: 0D, FE and 7D. RGB value is (13,254,125). Sum of RGB (Red+Green+Blue) = 13+254+125=392 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 392); Green value is 254 (99.61% from 255 or 64.80% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 254 - color contains mainly: green. Hex color #0DFE7D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DFE7D is #F20182. Grayscale: #A7A7A7. Windows color (decimal): -15860099 or 8257037. OLE color: 8257037.
HSL color Cylindrical-coordinate representation of color #0DFE7D: hue angle of 147.88º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFE7D is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 254 | 125 | - |
| CMYK | 0.95 | 0 | 0.51 | 0.00 |
| HSL | 147.88º | 0.99% | 0.52% | - |
| HSV(B) | 147.88º | 0.95% | 1% | - |
| XYZ | 39.31 | 72.45 | 31.31 | - |
| YUV | 167.24 | 104.16 | 17.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 254 | 125 | 0.95 | 0 | 0.51 | 0.00 | 147.88 | 0.99 | 0.52 |
| Hex | D | FE | 7D | 5F | 0 | 33 | 0 | 94 | 63 | 34 |
| Octal | 15 | 376 | 175 | 137 | 0 | 63 | 0 | 224 | 143 | 64 |
| Binary | 1101 | 11111110 | 1111101 | 1011111 | 0 | 110011 | 0 | 10010100 | 1100011 | 110100 |
Color Harmonies of #0DFE7D
Complementary color
Monochromatic Colors of #0DFE7D
Black with #0DFE7D
Text Example
Text Example
White with #0DFE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFE7D; }
p { color: rgb(13,254,125); }
H1.HeaderClassName
{
color: #0DFE7D;
}
.AnyTagClassName
{
color: #0DFE7D;
}
</style>
background-color css
<style>
a { background-color: #0DFE7D; }
a { background-color: rgb(13,254,125); }
div.DivClassName
{
background-color: #0DFE7D;
}
.BgClassName
{
background-color: #0DFE7D;
}
</style>
border-color css
<style>
span { border-color: #0DFE7D; }
span { border-color: rgb(13,254,125); }
td.TdClassName
{
border-color: #0DFE7D;
}
.TagClassName
{
border-color: #0DFE7D;
}
</style>