Shades of Spring Green #0DF76B
Tints of Spring Green #0DF76B
RGB
CMYK
RGB Variations
Color information
#0DF76B (or 0x0DF76B) is known color: Spring Green. HEX triplet: 0D, F7 and 6B. RGB value is (13,247,107). Sum of RGB (Red+Green+Blue) = 13+247+107=367 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.54% from 367); Green value is 247 (96.88% from 255 or 67.30% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 247 - color contains mainly: green. Hex color #0DF76B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF76B is #F20894. Grayscale: #A1A1A1. Windows color (decimal): -15861909 or 7075597. OLE color: 7075597.
HSL color Cylindrical-coordinate representation of color #0DF76B: hue angle of 144.1º 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 #0DF76B is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 13 | 247 | 107 | - |
| CMYK | 0.95 | 0 | 0.57 | 0.03 |
| HSL | 144.1º | 0.94% | 0.51% | - |
| HSV(B) | 144.1º | 0.95% | 0.97% | - |
| XYZ | 36.08 | 67.67 | 25.07 | - |
| YUV | 161.07 | 97.48 | 22.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 247 | 107 | 0.95 | 0 | 0.57 | 0.03 | 144.1 | 0.94 | 0.51 |
| Hex | D | F7 | 6B | 5F | 0 | 39 | 3 | 90 | 5E | 33 |
| Octal | 15 | 367 | 153 | 137 | 0 | 71 | 3 | 220 | 136 | 63 |
| Binary | 1101 | 11110111 | 1101011 | 1011111 | 0 | 111001 | 11 | 10010000 | 1011110 | 110011 |
Color Harmonies of #0DF76B
Complementary color
Monochromatic Colors of #0DF76B
Black with #0DF76B
Text Example
Text Example
White with #0DF76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF76B; }
p { color: rgb(13,247,107); }
H1.HeaderClassName
{
color: #0DF76B;
}
.AnyTagClassName
{
color: #0DF76B;
}
</style>
background-color css
<style>
a { background-color: #0DF76B; }
a { background-color: rgb(13,247,107); }
div.DivClassName
{
background-color: #0DF76B;
}
.BgClassName
{
background-color: #0DF76B;
}
</style>
border-color css
<style>
span { border-color: #0DF76B; }
span { border-color: rgb(13,247,107); }
td.TdClassName
{
border-color: #0DF76B;
}
.TagClassName
{
border-color: #0DF76B;
}
</style>