Shades of Dark Pastel Green #0CDD2F
Tints of Dark Pastel Green #0CDD2F
RGB
CMYK
RGB Variations
Color information
#0CDD2F (or 0x0CDD2F) is known color: Dark Pastel Green. HEX triplet: 0C, DD and 2F. RGB value is (12,221,47). Sum of RGB (Red+Green+Blue) = 12+221+47=280 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.29% from 280); Green value is 221 (86.72% from 255 or 78.93% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDD2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CDD2F is #F322D0. Grayscale: #8B8B8B. Windows color (decimal): -15934161 or 3136780. OLE color: 3136780.
HSL color Cylindrical-coordinate representation of color #0CDD2F: hue angle of 130.05º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDD2F is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 221 | 47 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.13 |
| HSL | 130.05º | 0.9% | 0.46% | - |
| HSV(B) | 130.05º | 0.95% | 0.87% | - |
| XYZ | 26.52 | 52 | 11.33 | - |
| YUV | 138.67 | 76.26 | 37.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 221 | 47 | 0.95 | 0 | 0.79 | 0.13 | 130.05 | 0.9 | 0.46 |
| Hex | C | DD | 2F | 5F | 0 | 4F | D | 82 | 5A | 2E |
| Octal | 14 | 335 | 57 | 137 | 0 | 117 | 15 | 202 | 132 | 56 |
| Binary | 1100 | 11011101 | 101111 | 1011111 | 0 | 1001111 | 1101 | 10000010 | 1011010 | 101110 |
Color Harmonies of #0CDD2F
Complementary color
Monochromatic Colors of #0CDD2F
Black with #0CDD2F
Text Example
Text Example
White with #0CDD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDD2F; }
p { color: rgb(12,221,47); }
H1.HeaderClassName
{
color: #0CDD2F;
}
.AnyTagClassName
{
color: #0CDD2F;
}
</style>
background-color css
<style>
a { background-color: #0CDD2F; }
a { background-color: rgb(12,221,47); }
div.DivClassName
{
background-color: #0CDD2F;
}
.BgClassName
{
background-color: #0CDD2F;
}
</style>
border-color css
<style>
span { border-color: #0CDD2F; }
span { border-color: rgb(12,221,47); }
td.TdClassName
{
border-color: #0CDD2F;
}
.TagClassName
{
border-color: #0CDD2F;
}
</style>