Shades of Dark Pastel Green #0CC33D
Tints of Dark Pastel Green #0CC33D
RGB
CMYK
RGB Variations
Color information
#0CC33D (or 0x0CC33D) is known color: Dark Pastel Green. HEX triplet: 0C, C3 and 3D. RGB value is (12,195,61). Sum of RGB (Red+Green+Blue) = 12+195+61=268 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.48% from 268); Green value is 195 (76.56% from 255 or 72.76% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC33D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC33D is #F33CC2. Grayscale: #7D7D7D. Windows color (decimal): -15940803 or 4047628. OLE color: 4047628.
HSL color Cylindrical-coordinate representation of color #0CC33D: hue angle of 136.07º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC33D is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 195 | 61 | - |
| CMYK | 0.94 | 0 | 0.69 | 0.24 |
| HSL | 136.07º | 0.88% | 0.41% | - |
| HSV(B) | 136.07º | 0.94% | 0.76% | - |
| XYZ | 20.51 | 39.45 | 10.95 | - |
| YUV | 125.01 | 91.87 | 47.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 195 | 61 | 0.94 | 0 | 0.69 | 0.24 | 136.07 | 0.88 | 0.41 |
| Hex | C | C3 | 3D | 5E | 0 | 45 | 18 | 88 | 58 | 29 |
| Octal | 14 | 303 | 75 | 136 | 0 | 105 | 30 | 210 | 130 | 51 |
| Binary | 1100 | 11000011 | 111101 | 1011110 | 0 | 1000101 | 11000 | 10001000 | 1011000 | 101001 |
Color Harmonies of #0CC33D
Complementary color
Monochromatic Colors of #0CC33D
Black with #0CC33D
Text Example
Text Example
White with #0CC33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC33D; }
p { color: rgb(12,195,61); }
H1.HeaderClassName
{
color: #0CC33D;
}
.AnyTagClassName
{
color: #0CC33D;
}
</style>
background-color css
<style>
a { background-color: #0CC33D; }
a { background-color: rgb(12,195,61); }
div.DivClassName
{
background-color: #0CC33D;
}
.BgClassName
{
background-color: #0CC33D;
}
</style>
border-color css
<style>
span { border-color: #0CC33D; }
span { border-color: rgb(12,195,61); }
td.TdClassName
{
border-color: #0CC33D;
}
.TagClassName
{
border-color: #0CC33D;
}
</style>