Shades of Spring Green #0DFE67
Tints of Spring Green #0DFE67
RGB
CMYK
RGB Variations
Color information
#0DFE67 (or 0x0DFE67) is known color: Spring Green. HEX triplet: 0D, FE and 67. RGB value is (13,254,103). Sum of RGB (Red+Green+Blue) = 13+254+103=370 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.51% from 370); Green value is 254 (99.61% from 255 or 68.65% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 254 - color contains mainly: green. Hex color #0DFE67 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DFE67 is #F20198. Grayscale: #A5A5A5. Windows color (decimal): -15860121 or 6815245. OLE color: 6815245.
HSL color Cylindrical-coordinate representation of color #0DFE67: hue angle of 142.41º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFE67 is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 254 | 103 | - |
| CMYK | 0.95 | 0 | 0.59 | 0.00 |
| HSL | 142.41º | 0.99% | 0.52% | - |
| HSV(B) | 142.41º | 0.95% | 1% | - |
| XYZ | 38.06 | 71.95 | 24.71 | - |
| YUV | 164.73 | 93.16 | 19.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 254 | 103 | 0.95 | 0 | 0.59 | 0.00 | 142.41 | 0.99 | 0.52 |
| Hex | D | FE | 67 | 5F | 0 | 3B | 0 | 8E | 63 | 34 |
| Octal | 15 | 376 | 147 | 137 | 0 | 73 | 0 | 216 | 143 | 64 |
| Binary | 1101 | 11111110 | 1100111 | 1011111 | 0 | 111011 | 0 | 10001110 | 1100011 | 110100 |
Color Harmonies of #0DFE67
Complementary color
Monochromatic Colors of #0DFE67
Black with #0DFE67
Text Example
Text Example
White with #0DFE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFE67; }
p { color: rgb(13,254,103); }
H1.HeaderClassName
{
color: #0DFE67;
}
.AnyTagClassName
{
color: #0DFE67;
}
</style>
background-color css
<style>
a { background-color: #0DFE67; }
a { background-color: rgb(13,254,103); }
div.DivClassName
{
background-color: #0DFE67;
}
.BgClassName
{
background-color: #0DFE67;
}
</style>
border-color css
<style>
span { border-color: #0DFE67; }
span { border-color: rgb(13,254,103); }
td.TdClassName
{
border-color: #0DFE67;
}
.TagClassName
{
border-color: #0DFE67;
}
</style>