Shades of Spring Green #0DFB73
Tints of Spring Green #0DFB73
RGB
CMYK
RGB Variations
Color information
#0DFB73 (or 0x0DFB73) is known color: Spring Green. HEX triplet: 0D, FB and 73. RGB value is (13,251,115). Sum of RGB (Red+Green+Blue) = 13+251+115=379 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.43% from 379); Green value is 251 (98.44% from 255 or 66.23% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 251 - color contains mainly: green. Hex color #0DFB73 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DFB73 is #F2048C. Grayscale: #A4A4A4. Windows color (decimal): -15860877 or 7600909. OLE color: 7600909.
HSL color Cylindrical-coordinate representation of color #0DFB73: hue angle of 145.71º 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 #0DFB73 is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 251 | 115 | - |
| CMYK | 0.95 | 0 | 0.54 | 0.02 |
| HSL | 145.71º | 0.97% | 0.52% | - |
| HSV(B) | 145.71º | 0.95% | 0.98% | - |
| XYZ | 37.76 | 70.32 | 27.8 | - |
| YUV | 164.33 | 100.15 | 20.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 251 | 115 | 0.95 | 0 | 0.54 | 0.02 | 145.71 | 0.97 | 0.52 |
| Hex | D | FB | 73 | 5F | 0 | 36 | 2 | 92 | 61 | 34 |
| Octal | 15 | 373 | 163 | 137 | 0 | 66 | 2 | 222 | 141 | 64 |
| Binary | 1101 | 11111011 | 1110011 | 1011111 | 0 | 110110 | 10 | 10010010 | 1100001 | 110100 |
Color Harmonies of #0DFB73
Complementary color
Monochromatic Colors of #0DFB73
Black with #0DFB73
Text Example
Text Example
White with #0DFB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFB73; }
p { color: rgb(13,251,115); }
H1.HeaderClassName
{
color: #0DFB73;
}
.AnyTagClassName
{
color: #0DFB73;
}
</style>
background-color css
<style>
a { background-color: #0DFB73; }
a { background-color: rgb(13,251,115); }
div.DivClassName
{
background-color: #0DFB73;
}
.BgClassName
{
background-color: #0DFB73;
}
</style>
border-color css
<style>
span { border-color: #0DFB73; }
span { border-color: rgb(13,251,115); }
td.TdClassName
{
border-color: #0DFB73;
}
.TagClassName
{
border-color: #0DFB73;
}
</style>