Shades of Dark Pastel Green #0DCC3D
Tints of Dark Pastel Green #0DCC3D
RGB
CMYK
RGB Variations
Color information
#0DCC3D (or 0x0DCC3D) is known color: Dark Pastel Green. HEX triplet: 0D, CC and 3D. RGB value is (13,204,61). Sum of RGB (Red+Green+Blue) = 13+204+61=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 204 (80.08% from 255 or 73.38% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 204 - color contains mainly: green. Hex color #0DCC3D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DCC3D is #F233C2. Grayscale: #828282. Windows color (decimal): -15872963 or 4049933. OLE color: 4049933.
HSL color Cylindrical-coordinate representation of color #0DCC3D: hue angle of 135.08º 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 #0DCC3D is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 204 | 61 | - |
| CMYK | 0.94 | 0 | 0.70 | 0.2 |
| HSL | 135.08º | 0.88% | 0.43% | - |
| HSV(B) | 135.08º | 0.94% | 0.8% | - |
| XYZ | 22.6 | 43.61 | 11.64 | - |
| YUV | 130.59 | 88.72 | 44.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 204 | 61 | 0.94 | 0 | 0.70 | 0.2 | 135.08 | 0.88 | 0.43 |
| Hex | D | CC | 3D | 5E | 0 | 46 | 14 | 87 | 58 | 2B |
| Octal | 15 | 314 | 75 | 136 | 0 | 106 | 24 | 207 | 130 | 53 |
| Binary | 1101 | 11001100 | 111101 | 1011110 | 0 | 1000110 | 10100 | 10000111 | 1011000 | 101011 |
Color Harmonies of #0DCC3D
Complementary color
Monochromatic Colors of #0DCC3D
Black with #0DCC3D
Text Example
Text Example
White with #0DCC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCC3D; }
p { color: rgb(13,204,61); }
H1.HeaderClassName
{
color: #0DCC3D;
}
.AnyTagClassName
{
color: #0DCC3D;
}
</style>
background-color css
<style>
a { background-color: #0DCC3D; }
a { background-color: rgb(13,204,61); }
div.DivClassName
{
background-color: #0DCC3D;
}
.BgClassName
{
background-color: #0DCC3D;
}
</style>
border-color css
<style>
span { border-color: #0DCC3D; }
span { border-color: rgb(13,204,61); }
td.TdClassName
{
border-color: #0DCC3D;
}
.TagClassName
{
border-color: #0DCC3D;
}
</style>