Shades of Spring Green #0DFF68
Tints of Spring Green #0DFF68
RGB
CMYK
RGB Variations
Color information
#0DFF68 (or 0x0DFF68) is known color: Spring Green. HEX triplet: 0D, FF and 68. RGB value is (13,255,104). Sum of RGB (Red+Green+Blue) = 13+255+104=372 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 372); Green value is 255 (100% from 255 or 68.55% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFF68 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DFF68 is #F20097. Grayscale: #A5A5A5. Windows color (decimal): -15859864 or 6881037. OLE color: 6881037.
HSL color Cylindrical-coordinate representation of color #0DFF68: hue angle of 142.56º 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 #0DFF68 is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 255 | 104 | - |
| CMYK | 0.95 | 0 | 0.59 | 0 |
| HSL | 142.56º | 1% | 0.53% | - |
| HSV(B) | 142.56º | 0.95% | 1% | - |
| XYZ | 38.42 | 72.61 | 25.09 | - |
| YUV | 165.43 | 93.33 | 19.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 255 | 104 | 0.95 | 0 | 0.59 | 0 | 142.56 | 1 | 0.53 |
| Hex | D | FF | 68 | 5F | 0 | 3B | 0 | 8F | 64 | 35 |
| Octal | 15 | 377 | 150 | 137 | 0 | 73 | 0 | 217 | 144 | 65 |
| Binary | 1101 | 11111111 | 1101000 | 1011111 | 0 | 111011 | 0 | 10001111 | 1100100 | 110101 |
Color Harmonies of #0DFF68
Complementary color
Monochromatic Colors of #0DFF68
Black with #0DFF68
Text Example
Text Example
White with #0DFF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFF68; }
p { color: rgb(13,255,104); }
H1.HeaderClassName
{
color: #0DFF68;
}
.AnyTagClassName
{
color: #0DFF68;
}
</style>
background-color css
<style>
a { background-color: #0DFF68; }
a { background-color: rgb(13,255,104); }
div.DivClassName
{
background-color: #0DFF68;
}
.BgClassName
{
background-color: #0DFF68;
}
</style>
border-color css
<style>
span { border-color: #0DFF68; }
span { border-color: rgb(13,255,104); }
td.TdClassName
{
border-color: #0DFF68;
}
.TagClassName
{
border-color: #0DFF68;
}
</style>