Shades of Dark Pastel Green #05CC32
Tints of Dark Pastel Green #05CC32
RGB
CMYK
RGB Variations
Color information
#05CC32 (or 0x05CC32) is known color: Dark Pastel Green. HEX triplet: 05, CC and 32. RGB value is (5,204,50). Sum of RGB (Red+Green+Blue) = 5+204+50=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 204 (80.08% from 255 or 78.76% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 204 - color contains mainly: green. Hex color #05CC32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CC32 is #FA33CD. Grayscale: #7F7F7F. Windows color (decimal): -16397262 or 3329029. OLE color: 3329029.
HSL color Cylindrical-coordinate representation of color #05CC32: hue angle of 133.57º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CC32 is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 204 | 50 | - |
| CMYK | 0.98 | 0 | 0.75 | 0.2 |
| HSL | 133.57º | 0.95% | 0.41% | - |
| HSV(B) | 133.57º | 0.98% | 0.8% | - |
| XYZ | 22.23 | 43.45 | 10.23 | - |
| YUV | 126.94 | 84.57 | 41.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 204 | 50 | 0.98 | 0 | 0.75 | 0.2 | 133.57 | 0.95 | 0.41 |
| Hex | 5 | CC | 32 | 62 | 0 | 4B | 14 | 86 | 5F | 29 |
| Octal | 5 | 314 | 62 | 142 | 0 | 113 | 24 | 206 | 137 | 51 |
| Binary | 101 | 11001100 | 110010 | 1100010 | 0 | 1001011 | 10100 | 10000110 | 1011111 | 101001 |
Color Harmonies of #05CC32
Complementary color
Monochromatic Colors of #05CC32
Black with #05CC32
Text Example
Text Example
White with #05CC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CC32; }
p { color: rgb(5,204,50); }
H1.HeaderClassName
{
color: #05CC32;
}
.AnyTagClassName
{
color: #05CC32;
}
</style>
background-color css
<style>
a { background-color: #05CC32; }
a { background-color: rgb(5,204,50); }
div.DivClassName
{
background-color: #05CC32;
}
.BgClassName
{
background-color: #05CC32;
}
</style>
border-color css
<style>
span { border-color: #05CC32; }
span { border-color: rgb(5,204,50); }
td.TdClassName
{
border-color: #05CC32;
}
.TagClassName
{
border-color: #05CC32;
}
</style>