Shades of Malachite #05CC5C
Tints of Malachite #05CC5C
RGB
CMYK
RGB Variations
Color information
#05CC5C (or 0x05CC5C) is known color: Malachite. HEX triplet: 05, CC and 5C. RGB value is (5,204,92). Sum of RGB (Red+Green+Blue) = 5+204+92=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 204 (80.08% from 255 or 67.77% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 204 - color contains mainly: green. Hex color #05CC5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CC5C is #FA33A3. Grayscale: #838383. Windows color (decimal): -16397220 or 6081541. OLE color: 6081541.
HSL color Cylindrical-coordinate representation of color #05CC5C: hue angle of 146.23º 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 #05CC5C is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 204 | 92 | - |
| CMYK | 0.98 | 0 | 0.55 | 0.2 |
| HSL | 146.23º | 0.95% | 0.41% | - |
| HSV(B) | 146.23º | 0.98% | 0.8% | - |
| XYZ | 23.59 | 43.99 | 17.37 | - |
| YUV | 131.73 | 105.57 | 37.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 204 | 92 | 0.98 | 0 | 0.55 | 0.2 | 146.23 | 0.95 | 0.41 |
| Hex | 5 | CC | 5C | 62 | 0 | 37 | 14 | 92 | 5F | 29 |
| Octal | 5 | 314 | 134 | 142 | 0 | 67 | 24 | 222 | 137 | 51 |
| Binary | 101 | 11001100 | 1011100 | 1100010 | 0 | 110111 | 10100 | 10010010 | 1011111 | 101001 |
Color Harmonies of #05CC5C
Complementary color
Monochromatic Colors of #05CC5C
Black with #05CC5C
Text Example
Text Example
White with #05CC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CC5C; }
p { color: rgb(5,204,92); }
H1.HeaderClassName
{
color: #05CC5C;
}
.AnyTagClassName
{
color: #05CC5C;
}
</style>
background-color css
<style>
a { background-color: #05CC5C; }
a { background-color: rgb(5,204,92); }
div.DivClassName
{
background-color: #05CC5C;
}
.BgClassName
{
background-color: #05CC5C;
}
</style>
border-color css
<style>
span { border-color: #05CC5C; }
span { border-color: rgb(5,204,92); }
td.TdClassName
{
border-color: #05CC5C;
}
.TagClassName
{
border-color: #05CC5C;
}
</style>