Shades of Dark Pastel Green #0DCD3C
Tints of Dark Pastel Green #0DCD3C
RGB
CMYK
RGB Variations
Color information
#0DCD3C (or 0x0DCD3C) is known color: Dark Pastel Green. HEX triplet: 0D, CD and 3C. RGB value is (13,205,60). Sum of RGB (Red+Green+Blue) = 13+205+60=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 205 (80.47% from 255 or 73.74% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 205 - color contains mainly: green. Hex color #0DCD3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DCD3C is #F232C3. Grayscale: #838383. Windows color (decimal): -15872708 or 3984653. OLE color: 3984653.
HSL color Cylindrical-coordinate representation of color #0DCD3C: hue angle of 134.69º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCD3C is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 205 | 60 | - |
| CMYK | 0.94 | 0 | 0.71 | 0.20 |
| HSL | 134.69º | 0.88% | 0.43% | - |
| HSV(B) | 134.69º | 0.94% | 0.8% | - |
| XYZ | 22.81 | 44.07 | 11.58 | - |
| YUV | 131.06 | 87.89 | 43.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 205 | 60 | 0.94 | 0 | 0.71 | 0.20 | 134.69 | 0.88 | 0.43 |
| Hex | D | CD | 3C | 5E | 0 | 47 | 14 | 87 | 58 | 2B |
| Octal | 15 | 315 | 74 | 136 | 0 | 107 | 24 | 207 | 130 | 53 |
| Binary | 1101 | 11001101 | 111100 | 1011110 | 0 | 1000111 | 10100 | 10000111 | 1011000 | 101011 |
Color Harmonies of #0DCD3C
Complementary color
Monochromatic Colors of #0DCD3C
Black with #0DCD3C
Text Example
Text Example
White with #0DCD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCD3C; }
p { color: rgb(13,205,60); }
H1.HeaderClassName
{
color: #0DCD3C;
}
.AnyTagClassName
{
color: #0DCD3C;
}
</style>
background-color css
<style>
a { background-color: #0DCD3C; }
a { background-color: rgb(13,205,60); }
div.DivClassName
{
background-color: #0DCD3C;
}
.BgClassName
{
background-color: #0DCD3C;
}
</style>
border-color css
<style>
span { border-color: #0DCD3C; }
span { border-color: rgb(13,205,60); }
td.TdClassName
{
border-color: #0DCD3C;
}
.TagClassName
{
border-color: #0DCD3C;
}
</style>