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