Shades of Spring Green #0DFF67
Tints of Spring Green #0DFF67
RGB
CMYK
RGB Variations
Color information
#0DFF67 (or 0x0DFF67) is known color: Spring Green. HEX triplet: 0D, FF and 67. RGB value is (13,255,103). Sum of RGB (Red+Green+Blue) = 13+255+103=371 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.50% from 371); Green value is 255 (100% from 255 or 68.73% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFF67 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DFF67 is #F20098. Grayscale: #A5A5A5. Windows color (decimal): -15859865 or 6815501. OLE color: 6815501.
HSL color Cylindrical-coordinate representation of color #0DFF67: hue angle of 142.31º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFF67 is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 255 | 103 | - |
| CMYK | 0.95 | 0 | 0.60 | 0 |
| HSL | 142.31º | 1% | 0.53% | - |
| HSV(B) | 142.31º | 0.95% | 1% | - |
| XYZ | 38.37 | 72.58 | 24.82 | - |
| YUV | 165.31 | 92.83 | 19.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 255 | 103 | 0.95 | 0 | 0.60 | 0 | 142.31 | 1 | 0.53 |
| Hex | D | FF | 67 | 5F | 0 | 3C | 0 | 8E | 64 | 35 |
| Octal | 15 | 377 | 147 | 137 | 0 | 74 | 0 | 216 | 144 | 65 |
| Binary | 1101 | 11111111 | 1100111 | 1011111 | 0 | 111100 | 0 | 10001110 | 1100100 | 110101 |
Color Harmonies of #0DFF67
Complementary color
Monochromatic Colors of #0DFF67
Black with #0DFF67
Text Example
Text Example
White with #0DFF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFF67; }
p { color: rgb(13,255,103); }
H1.HeaderClassName
{
color: #0DFF67;
}
.AnyTagClassName
{
color: #0DFF67;
}
</style>
background-color css
<style>
a { background-color: #0DFF67; }
a { background-color: rgb(13,255,103); }
div.DivClassName
{
background-color: #0DFF67;
}
.BgClassName
{
background-color: #0DFF67;
}
</style>
border-color css
<style>
span { border-color: #0DFF67; }
span { border-color: rgb(13,255,103); }
td.TdClassName
{
border-color: #0DFF67;
}
.TagClassName
{
border-color: #0DFF67;
}
</style>