Shades of Dark Pastel Green #0CDA33
Tints of Dark Pastel Green #0CDA33
RGB
CMYK
RGB Variations
Color information
#0CDA33 (or 0x0CDA33) is known color: Dark Pastel Green. HEX triplet: 0C, DA and 33. RGB value is (12,218,51). Sum of RGB (Red+Green+Blue) = 12+218+51=281 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.27% from 281); Green value is 218 (85.55% from 255 or 77.58% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 218 - color contains mainly: green. Hex color #0CDA33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CDA33 is #F325CC. Grayscale: #898989. Windows color (decimal): -15934925 or 3398156. OLE color: 3398156.
HSL color Cylindrical-coordinate representation of color #0CDA33: hue angle of 131.36º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CDA33 is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 218 | 51 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.15 |
| HSL | 131.36º | 0.9% | 0.45% | - |
| HSV(B) | 131.36º | 0.94% | 0.85% | - |
| XYZ | 25.82 | 50.46 | 11.51 | - |
| YUV | 137.37 | 79.25 | 38.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 218 | 51 | 0.94 | 0 | 0.77 | 0.15 | 131.36 | 0.9 | 0.45 |
| Hex | C | DA | 33 | 5E | 0 | 4D | F | 83 | 5A | 2D |
| Octal | 14 | 332 | 63 | 136 | 0 | 115 | 17 | 203 | 132 | 55 |
| Binary | 1100 | 11011010 | 110011 | 1011110 | 0 | 1001101 | 1111 | 10000011 | 1011010 | 101101 |
Color Harmonies of #0CDA33
Complementary color
Monochromatic Colors of #0CDA33
Black with #0CDA33
Text Example
Text Example
White with #0CDA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDA33; }
p { color: rgb(12,218,51); }
H1.HeaderClassName
{
color: #0CDA33;
}
.AnyTagClassName
{
color: #0CDA33;
}
</style>
background-color css
<style>
a { background-color: #0CDA33; }
a { background-color: rgb(12,218,51); }
div.DivClassName
{
background-color: #0CDA33;
}
.BgClassName
{
background-color: #0CDA33;
}
</style>
border-color css
<style>
span { border-color: #0CDA33; }
span { border-color: rgb(12,218,51); }
td.TdClassName
{
border-color: #0CDA33;
}
.TagClassName
{
border-color: #0CDA33;
}
</style>