Shades of Dark Pastel Green #0CCD41
Tints of Dark Pastel Green #0CCD41
RGB
CMYK
RGB Variations
Color information
#0CCD41 (or 0x0CCD41) is known color: Dark Pastel Green. HEX triplet: 0C, CD and 41. RGB value is (12,205,65). Sum of RGB (Red+Green+Blue) = 12+205+65=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 205 (80.47% from 255 or 72.70% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 205 - color contains mainly: green. Hex color #0CCD41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCD41 is #F332BE. Grayscale: #838383. Windows color (decimal): -15938239 or 4312332. OLE color: 4312332.
HSL color Cylindrical-coordinate representation of color #0CCD41: hue angle of 136.48º degrees, saturation: 0.89, 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 #0CCD41 is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 205 | 65 | - |
| CMYK | 0.94 | 0 | 0.68 | 0.20 |
| HSL | 136.48º | 0.89% | 0.43% | - |
| HSV(B) | 136.48º | 0.94% | 0.8% | - |
| XYZ | 22.94 | 44.12 | 12.31 | - |
| YUV | 131.33 | 90.56 | 42.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 205 | 65 | 0.94 | 0 | 0.68 | 0.20 | 136.48 | 0.89 | 0.43 |
| Hex | C | CD | 41 | 5E | 0 | 44 | 14 | 88 | 59 | 2B |
| Octal | 14 | 315 | 101 | 136 | 0 | 104 | 24 | 210 | 131 | 53 |
| Binary | 1100 | 11001101 | 1000001 | 1011110 | 0 | 1000100 | 10100 | 10001000 | 1011001 | 101011 |
Color Harmonies of #0CCD41
Complementary color
Monochromatic Colors of #0CCD41
Black with #0CCD41
Text Example
Text Example
White with #0CCD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCD41; }
p { color: rgb(12,205,65); }
H1.HeaderClassName
{
color: #0CCD41;
}
.AnyTagClassName
{
color: #0CCD41;
}
</style>
background-color css
<style>
a { background-color: #0CCD41; }
a { background-color: rgb(12,205,65); }
div.DivClassName
{
background-color: #0CCD41;
}
.BgClassName
{
background-color: #0CCD41;
}
</style>
border-color css
<style>
span { border-color: #0CCD41; }
span { border-color: rgb(12,205,65); }
td.TdClassName
{
border-color: #0CCD41;
}
.TagClassName
{
border-color: #0CCD41;
}
</style>