Shades of Spring Green #0DFB72
Tints of Spring Green #0DFB72
RGB
CMYK
RGB Variations
Color information
#0DFB72 (or 0x0DFB72) is known color: Spring Green. HEX triplet: 0D, FB and 72. RGB value is (13,251,114). Sum of RGB (Red+Green+Blue) = 13+251+114=378 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.44% from 378); Green value is 251 (98.44% from 255 or 66.40% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 251 - color contains mainly: green. Hex color #0DFB72 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DFB72 is #F2048D. Grayscale: #A4A4A4. Windows color (decimal): -15860878 or 7535373. OLE color: 7535373.
HSL color Cylindrical-coordinate representation of color #0DFB72: hue angle of 145.46º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFB72 is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 251 | 114 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.02 |
| HSL | 145.46º | 0.97% | 0.52% | - |
| HSV(B) | 145.46º | 0.95% | 0.98% | - |
| XYZ | 37.7 | 70.29 | 27.5 | - |
| YUV | 164.22 | 99.65 | 20.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 251 | 114 | 0.95 | 0 | 0.55 | 0.02 | 145.46 | 0.97 | 0.52 |
| Hex | D | FB | 72 | 5F | 0 | 37 | 2 | 91 | 61 | 34 |
| Octal | 15 | 373 | 162 | 137 | 0 | 67 | 2 | 221 | 141 | 64 |
| Binary | 1101 | 11111011 | 1110010 | 1011111 | 0 | 110111 | 10 | 10010001 | 1100001 | 110100 |
Color Harmonies of #0DFB72
Complementary color
Monochromatic Colors of #0DFB72
Black with #0DFB72
Text Example
Text Example
White with #0DFB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFB72; }
p { color: rgb(13,251,114); }
H1.HeaderClassName
{
color: #0DFB72;
}
.AnyTagClassName
{
color: #0DFB72;
}
</style>
background-color css
<style>
a { background-color: #0DFB72; }
a { background-color: rgb(13,251,114); }
div.DivClassName
{
background-color: #0DFB72;
}
.BgClassName
{
background-color: #0DFB72;
}
</style>
border-color css
<style>
span { border-color: #0DFB72; }
span { border-color: rgb(13,251,114); }
td.TdClassName
{
border-color: #0DFB72;
}
.TagClassName
{
border-color: #0DFB72;
}
</style>