Shades of Spring Green #0DFB79
Tints of Spring Green #0DFB79
RGB
CMYK
RGB Variations
Color information
#0DFB79 (or 0x0DFB79) is known color: Spring Green. HEX triplet: 0D, FB and 79. RGB value is (13,251,121). Sum of RGB (Red+Green+Blue) = 13+251+121=385 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.38% from 385); Green value is 251 (98.44% from 255 or 65.19% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 251 - color contains mainly: green. Hex color #0DFB79 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DFB79 is #F20486. Grayscale: #A5A5A5. Windows color (decimal): -15860871 or 7994125. OLE color: 7994125.
HSL color Cylindrical-coordinate representation of color #0DFB79: hue angle of 147.23º 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 #0DFB79 is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 251 | 121 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.02 |
| HSL | 147.23º | 0.97% | 0.52% | - |
| HSV(B) | 147.23º | 0.95% | 0.98% | - |
| XYZ | 38.11 | 70.46 | 29.68 | - |
| YUV | 165.02 | 103.15 | 19.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 251 | 121 | 0.95 | 0 | 0.52 | 0.02 | 147.23 | 0.97 | 0.52 |
| Hex | D | FB | 79 | 5F | 0 | 34 | 2 | 93 | 61 | 34 |
| Octal | 15 | 373 | 171 | 137 | 0 | 64 | 2 | 223 | 141 | 64 |
| Binary | 1101 | 11111011 | 1111001 | 1011111 | 0 | 110100 | 10 | 10010011 | 1100001 | 110100 |
Color Harmonies of #0DFB79
Complementary color
Monochromatic Colors of #0DFB79
Black with #0DFB79
Text Example
Text Example
White with #0DFB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFB79; }
p { color: rgb(13,251,121); }
H1.HeaderClassName
{
color: #0DFB79;
}
.AnyTagClassName
{
color: #0DFB79;
}
</style>
background-color css
<style>
a { background-color: #0DFB79; }
a { background-color: rgb(13,251,121); }
div.DivClassName
{
background-color: #0DFB79;
}
.BgClassName
{
background-color: #0DFB79;
}
</style>
border-color css
<style>
span { border-color: #0DFB79; }
span { border-color: rgb(13,251,121); }
td.TdClassName
{
border-color: #0DFB79;
}
.TagClassName
{
border-color: #0DFB79;
}
</style>