Shades of Spring Green #0DFF69
Tints of Spring Green #0DFF69
RGB
CMYK
RGB Variations
Color information
#0DFF69 (or 0x0DFF69) is known color: Spring Green. HEX triplet: 0D, FF and 69. RGB value is (13,255,105). Sum of RGB (Red+Green+Blue) = 13+255+105=373 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 373); Green value is 255 (100% from 255 or 68.36% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFF69 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DFF69 is #F20096. Grayscale: #A5A5A5. Windows color (decimal): -15859863 or 6946573. OLE color: 6946573.
HSL color Cylindrical-coordinate representation of color #0DFF69: hue angle of 142.81º 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 #0DFF69 is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 255 | 105 | - |
| CMYK | 0.95 | 0 | 0.59 | 0 |
| HSL | 142.81º | 1% | 0.53% | - |
| HSV(B) | 142.81º | 0.95% | 1% | - |
| XYZ | 38.48 | 72.63 | 25.35 | - |
| YUV | 165.54 | 93.83 | 19.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 255 | 105 | 0.95 | 0 | 0.59 | 0 | 142.81 | 1 | 0.53 |
| Hex | D | FF | 69 | 5F | 0 | 3B | 0 | 8F | 64 | 35 |
| Octal | 15 | 377 | 151 | 137 | 0 | 73 | 0 | 217 | 144 | 65 |
| Binary | 1101 | 11111111 | 1101001 | 1011111 | 0 | 111011 | 0 | 10001111 | 1100100 | 110101 |
Color Harmonies of #0DFF69
Complementary color
Monochromatic Colors of #0DFF69
Black with #0DFF69
Text Example
Text Example
White with #0DFF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFF69; }
p { color: rgb(13,255,105); }
H1.HeaderClassName
{
color: #0DFF69;
}
.AnyTagClassName
{
color: #0DFF69;
}
</style>
background-color css
<style>
a { background-color: #0DFF69; }
a { background-color: rgb(13,255,105); }
div.DivClassName
{
background-color: #0DFF69;
}
.BgClassName
{
background-color: #0DFF69;
}
</style>
border-color css
<style>
span { border-color: #0DFF69; }
span { border-color: rgb(13,255,105); }
td.TdClassName
{
border-color: #0DFF69;
}
.TagClassName
{
border-color: #0DFF69;
}
</style>