Shades of Spring Green #0DFB6D
Tints of Spring Green #0DFB6D
RGB
CMYK
RGB Variations
Color information
#0DFB6D (or 0x0DFB6D) is known color: Spring Green. HEX triplet: 0D, FB and 6D. RGB value is (13,251,109). Sum of RGB (Red+Green+Blue) = 13+251+109=373 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 373); Green value is 251 (98.44% from 255 or 67.29% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 251 - color contains mainly: green. Hex color #0DFB6D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DFB6D is #F20492. Grayscale: #A3A3A3. Windows color (decimal): -15860883 or 7207693. OLE color: 7207693.
HSL color Cylindrical-coordinate representation of color #0DFB6D: hue angle of 144.2º 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 #0DFB6D is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 251 | 109 | - |
| CMYK | 0.95 | 0 | 0.57 | 0.02 |
| HSL | 144.2º | 0.97% | 0.52% | - |
| HSV(B) | 144.2º | 0.95% | 0.98% | - |
| XYZ | 37.42 | 70.18 | 26.04 | - |
| YUV | 163.65 | 97.15 | 20.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 251 | 109 | 0.95 | 0 | 0.57 | 0.02 | 144.2 | 0.97 | 0.52 |
| Hex | D | FB | 6D | 5F | 0 | 39 | 2 | 90 | 61 | 34 |
| Octal | 15 | 373 | 155 | 137 | 0 | 71 | 2 | 220 | 141 | 64 |
| Binary | 1101 | 11111011 | 1101101 | 1011111 | 0 | 111001 | 10 | 10010000 | 1100001 | 110100 |
Color Harmonies of #0DFB6D
Complementary color
Monochromatic Colors of #0DFB6D
Black with #0DFB6D
Text Example
Text Example
White with #0DFB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFB6D; }
p { color: rgb(13,251,109); }
H1.HeaderClassName
{
color: #0DFB6D;
}
.AnyTagClassName
{
color: #0DFB6D;
}
</style>
background-color css
<style>
a { background-color: #0DFB6D; }
a { background-color: rgb(13,251,109); }
div.DivClassName
{
background-color: #0DFB6D;
}
.BgClassName
{
background-color: #0DFB6D;
}
</style>
border-color css
<style>
span { border-color: #0DFB6D; }
span { border-color: rgb(13,251,109); }
td.TdClassName
{
border-color: #0DFB6D;
}
.TagClassName
{
border-color: #0DFB6D;
}
</style>