Shades of Spring Green #0DF78B
Tints of Spring Green #0DF78B
RGB
CMYK
RGB Variations
Color information
#0DF78B (or 0x0DF78B) is known color: Spring Green. HEX triplet: 0D, F7 and 8B. RGB value is (13,247,139). Sum of RGB (Red+Green+Blue) = 13+247+139=399 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.26% from 399); Green value is 247 (96.88% from 255 or 61.90% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 247 - color contains mainly: green. Hex color #0DF78B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF78B is #F20874. Grayscale: #A4A4A4. Windows color (decimal): -15861877 or 9172749. OLE color: 9172749.
HSL color Cylindrical-coordinate representation of color #0DF78B: hue angle of 152.31º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF78B is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 13 | 247 | 139 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.03 |
| HSL | 152.31º | 0.94% | 0.51% | - |
| HSV(B) | 152.31º | 0.95% | 0.97% | - |
| XYZ | 38.09 | 68.47 | 35.63 | - |
| YUV | 164.72 | 113.48 | 19.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 247 | 139 | 0.95 | 0 | 0.44 | 0.03 | 152.31 | 0.94 | 0.51 |
| Hex | D | F7 | 8B | 5F | 0 | 2C | 3 | 98 | 5E | 33 |
| Octal | 15 | 367 | 213 | 137 | 0 | 54 | 3 | 230 | 136 | 63 |
| Binary | 1101 | 11110111 | 10001011 | 1011111 | 0 | 101100 | 11 | 10011000 | 1011110 | 110011 |
Color Harmonies of #0DF78B
Complementary color
Monochromatic Colors of #0DF78B
Black with #0DF78B
Text Example
Text Example
White with #0DF78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF78B; }
p { color: rgb(13,247,139); }
H1.HeaderClassName
{
color: #0DF78B;
}
.AnyTagClassName
{
color: #0DF78B;
}
</style>
background-color css
<style>
a { background-color: #0DF78B; }
a { background-color: rgb(13,247,139); }
div.DivClassName
{
background-color: #0DF78B;
}
.BgClassName
{
background-color: #0DF78B;
}
</style>
border-color css
<style>
span { border-color: #0DF78B; }
span { border-color: rgb(13,247,139); }
td.TdClassName
{
border-color: #0DF78B;
}
.TagClassName
{
border-color: #0DF78B;
}
</style>