Shades of Dark Pastel Green #0DC521
Tints of Dark Pastel Green #0DC521
RGB
CMYK
RGB Variations
Color information
#0DC521 (or 0x0DC521) is known color: Dark Pastel Green. HEX triplet: 0D, C5 and 21. RGB value is (13,197,33). Sum of RGB (Red+Green+Blue) = 13+197+33=243 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.35% from 243); Green value is 197 (77.34% from 255 or 81.07% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 197 - color contains mainly: green. Hex color #0DC521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC521 is #F23ADE. Grayscale: #7B7B7B. Windows color (decimal): -15874783 or 2213133. OLE color: 2213133.
HSL color Cylindrical-coordinate representation of color #0DC521: hue angle of 126.52º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC521 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 197 | 33 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.23 |
| HSL | 126.52º | 0.88% | 0.41% | - |
| HSV(B) | 126.52º | 0.93% | 0.77% | - |
| XYZ | 20.41 | 40.13 | 8.11 | - |
| YUV | 123.29 | 77.04 | 49.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 197 | 33 | 0.93 | 0 | 0.83 | 0.23 | 126.52 | 0.88 | 0.41 |
| Hex | D | C5 | 21 | 5D | 0 | 53 | 17 | 7F | 58 | 29 |
| Octal | 15 | 305 | 41 | 135 | 0 | 123 | 27 | 177 | 130 | 51 |
| Binary | 1101 | 11000101 | 100001 | 1011101 | 0 | 1010011 | 10111 | 1111111 | 1011000 | 101001 |
Color Harmonies of #0DC521
Complementary color
Monochromatic Colors of #0DC521
Black with #0DC521
Text Example
Text Example
White with #0DC521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC521; }
p { color: rgb(13,197,33); }
H1.HeaderClassName
{
color: #0DC521;
}
.AnyTagClassName
{
color: #0DC521;
}
</style>
background-color css
<style>
a { background-color: #0DC521; }
a { background-color: rgb(13,197,33); }
div.DivClassName
{
background-color: #0DC521;
}
.BgClassName
{
background-color: #0DC521;
}
</style>
border-color css
<style>
span { border-color: #0DC521; }
span { border-color: rgb(13,197,33); }
td.TdClassName
{
border-color: #0DC521;
}
.TagClassName
{
border-color: #0DC521;
}
</style>