Shades of Spring Green #0DFF5E
Tints of Spring Green #0DFF5E
RGB
CMYK
RGB Variations
Color information
#0DFF5E (or 0x0DFF5E) is known color: Spring Green. HEX triplet: 0D, FF and 5E. RGB value is (13,255,94). Sum of RGB (Red+Green+Blue) = 13+255+94=362 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.59% from 362); Green value is 255 (100% from 255 or 70.44% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFF5E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DFF5E is #F200A1. Grayscale: #A4A4A4. Windows color (decimal): -15859874 or 6225677. OLE color: 6225677.
HSL color Cylindrical-coordinate representation of color #0DFF5E: hue angle of 140.08º 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 #0DFF5E is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 255 | 94 | - |
| CMYK | 0.95 | 0 | 0.63 | 0 |
| HSL | 140.08º | 1% | 0.53% | - |
| HSV(B) | 140.08º | 0.95% | 1% | - |
| XYZ | 37.95 | 72.41 | 22.57 | - |
| YUV | 164.29 | 88.33 | 20.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 255 | 94 | 0.95 | 0 | 0.63 | 0 | 140.08 | 1 | 0.53 |
| Hex | D | FF | 5E | 5F | 0 | 3F | 0 | 8C | 64 | 35 |
| Octal | 15 | 377 | 136 | 137 | 0 | 77 | 0 | 214 | 144 | 65 |
| Binary | 1101 | 11111111 | 1011110 | 1011111 | 0 | 111111 | 0 | 10001100 | 1100100 | 110101 |
Color Harmonies of #0DFF5E
Complementary color
Monochromatic Colors of #0DFF5E
Black with #0DFF5E
Text Example
Text Example
White with #0DFF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFF5E; }
p { color: rgb(13,255,94); }
H1.HeaderClassName
{
color: #0DFF5E;
}
.AnyTagClassName
{
color: #0DFF5E;
}
</style>
background-color css
<style>
a { background-color: #0DFF5E; }
a { background-color: rgb(13,255,94); }
div.DivClassName
{
background-color: #0DFF5E;
}
.BgClassName
{
background-color: #0DFF5E;
}
</style>
border-color css
<style>
span { border-color: #0DFF5E; }
span { border-color: rgb(13,255,94); }
td.TdClassName
{
border-color: #0DFF5E;
}
.TagClassName
{
border-color: #0DFF5E;
}
</style>