Shades of Dark Pastel Green #0CCD3B
Tints of Dark Pastel Green #0CCD3B
RGB
CMYK
RGB Variations
Color information
#0CCD3B (or 0x0CCD3B) is known color: Dark Pastel Green. HEX triplet: 0C, CD and 3B. RGB value is (12,205,59). Sum of RGB (Red+Green+Blue) = 12+205+59=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 205 (80.47% from 255 or 74.28% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 205 - color contains mainly: green. Hex color #0CCD3B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCD3B is #F332C4. Grayscale: #838383. Windows color (decimal): -15938245 or 3919116. OLE color: 3919116.
HSL color Cylindrical-coordinate representation of color #0CCD3B: hue angle of 134.61º 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 #0CCD3B is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 205 | 59 | - |
| CMYK | 0.94 | 0 | 0.71 | 0.20 |
| HSL | 134.61º | 0.89% | 0.43% | - |
| HSV(B) | 134.61º | 0.94% | 0.8% | - |
| XYZ | 22.77 | 44.06 | 11.44 | - |
| YUV | 130.65 | 87.56 | 43.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 205 | 59 | 0.94 | 0 | 0.71 | 0.20 | 134.61 | 0.89 | 0.43 |
| Hex | C | CD | 3B | 5E | 0 | 47 | 14 | 87 | 59 | 2B |
| Octal | 14 | 315 | 73 | 136 | 0 | 107 | 24 | 207 | 131 | 53 |
| Binary | 1100 | 11001101 | 111011 | 1011110 | 0 | 1000111 | 10100 | 10000111 | 1011001 | 101011 |
Color Harmonies of #0CCD3B
Complementary color
Monochromatic Colors of #0CCD3B
Black with #0CCD3B
Text Example
Text Example
White with #0CCD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCD3B; }
p { color: rgb(12,205,59); }
H1.HeaderClassName
{
color: #0CCD3B;
}
.AnyTagClassName
{
color: #0CCD3B;
}
</style>
background-color css
<style>
a { background-color: #0CCD3B; }
a { background-color: rgb(12,205,59); }
div.DivClassName
{
background-color: #0CCD3B;
}
.BgClassName
{
background-color: #0CCD3B;
}
</style>
border-color css
<style>
span { border-color: #0CCD3B; }
span { border-color: rgb(12,205,59); }
td.TdClassName
{
border-color: #0CCD3B;
}
.TagClassName
{
border-color: #0CCD3B;
}
</style>