Shades of Dark Pastel Green #0CC733
Tints of Dark Pastel Green #0CC733
RGB
CMYK
RGB Variations
Color information
#0CC733 (or 0x0CC733) is known color: Dark Pastel Green. HEX triplet: 0C, C7 and 33. RGB value is (12,199,51). Sum of RGB (Red+Green+Blue) = 12+199+51=262 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.58% from 262); Green value is 199 (78.12% from 255 or 75.95% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 199 - color contains mainly: green. Hex color #0CC733 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC733 is #F338CC. Grayscale: #7E7E7E. Windows color (decimal): -15939789 or 3393292. OLE color: 3393292.
HSL color Cylindrical-coordinate representation of color #0CC733: hue angle of 132.51º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC733 is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 199 | 51 | - |
| CMYK | 0.94 | 0 | 0.74 | 0.22 |
| HSL | 132.51º | 0.89% | 0.41% | - |
| HSV(B) | 132.51º | 0.94% | 0.78% | - |
| XYZ | 21.17 | 41.16 | 9.96 | - |
| YUV | 126.22 | 85.55 | 46.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 199 | 51 | 0.94 | 0 | 0.74 | 0.22 | 132.51 | 0.89 | 0.41 |
| Hex | C | C7 | 33 | 5E | 0 | 4A | 16 | 85 | 59 | 29 |
| Octal | 14 | 307 | 63 | 136 | 0 | 112 | 26 | 205 | 131 | 51 |
| Binary | 1100 | 11000111 | 110011 | 1011110 | 0 | 1001010 | 10110 | 10000101 | 1011001 | 101001 |
Color Harmonies of #0CC733
Complementary color
Monochromatic Colors of #0CC733
Black with #0CC733
Text Example
Text Example
White with #0CC733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC733; }
p { color: rgb(12,199,51); }
H1.HeaderClassName
{
color: #0CC733;
}
.AnyTagClassName
{
color: #0CC733;
}
</style>
background-color css
<style>
a { background-color: #0CC733; }
a { background-color: rgb(12,199,51); }
div.DivClassName
{
background-color: #0CC733;
}
.BgClassName
{
background-color: #0CC733;
}
</style>
border-color css
<style>
span { border-color: #0CC733; }
span { border-color: rgb(12,199,51); }
td.TdClassName
{
border-color: #0CC733;
}
.TagClassName
{
border-color: #0CC733;
}
</style>