Shades of Dark Pastel Green #0DD527
Tints of Dark Pastel Green #0DD527
RGB
CMYK
RGB Variations
Color information
#0DD527 (or 0x0DD527) is known color: Dark Pastel Green. HEX triplet: 0D, D5 and 27. RGB value is (13,213,39). Sum of RGB (Red+Green+Blue) = 13+213+39=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 213 (83.59% from 255 or 80.38% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 213 - color contains mainly: green. Hex color #0DD527 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD527 is #F22AD8. Grayscale: #858585. Windows color (decimal): -15870681 or 2610445. OLE color: 2610445.
HSL color Cylindrical-coordinate representation of color #0DD527: hue angle of 127.8º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD527 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 213 | 39 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.16 |
| HSL | 127.8º | 0.88% | 0.44% | - |
| HSV(B) | 127.8º | 0.94% | 0.84% | - |
| XYZ | 24.33 | 47.82 | 9.87 | - |
| YUV | 133.36 | 74.74 | 42.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 213 | 39 | 0.94 | 0 | 0.82 | 0.16 | 127.8 | 0.88 | 0.44 |
| Hex | D | D5 | 27 | 5E | 0 | 52 | 10 | 80 | 58 | 2C |
| Octal | 15 | 325 | 47 | 136 | 0 | 122 | 20 | 200 | 130 | 54 |
| Binary | 1101 | 11010101 | 100111 | 1011110 | 0 | 1010010 | 10000 | 10000000 | 1011000 | 101100 |
Color Harmonies of #0DD527
Complementary color
Monochromatic Colors of #0DD527
Black with #0DD527
Text Example
Text Example
White with #0DD527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD527; }
p { color: rgb(13,213,39); }
H1.HeaderClassName
{
color: #0DD527;
}
.AnyTagClassName
{
color: #0DD527;
}
</style>
background-color css
<style>
a { background-color: #0DD527; }
a { background-color: rgb(13,213,39); }
div.DivClassName
{
background-color: #0DD527;
}
.BgClassName
{
background-color: #0DD527;
}
</style>
border-color css
<style>
span { border-color: #0DD527; }
span { border-color: rgb(13,213,39); }
td.TdClassName
{
border-color: #0DD527;
}
.TagClassName
{
border-color: #0DD527;
}
</style>