Shades of Malachite #05CE55
Tints of Malachite #05CE55
RGB
CMYK
RGB Variations
Color information
#05CE55 (or 0x05CE55) is known color: Malachite. HEX triplet: 05, CE and 55. RGB value is (5,206,85). Sum of RGB (Red+Green+Blue) = 5+206+85=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 206 (80.86% from 255 or 69.59% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 206 - color contains mainly: green. Hex color #05CE55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CE55 is #FA31AA. Grayscale: #848484. Windows color (decimal): -16396715 or 5623301. OLE color: 5623301.
HSL color Cylindrical-coordinate representation of color #05CE55: hue angle of 143.88º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CE55 is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 206 | 85 | - |
| CMYK | 0.98 | 0 | 0.59 | 0.19 |
| HSL | 143.88º | 0.95% | 0.41% | - |
| HSV(B) | 143.88º | 0.98% | 0.81% | - |
| XYZ | 23.77 | 44.83 | 15.99 | - |
| YUV | 132.11 | 101.41 | 37.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 206 | 85 | 0.98 | 0 | 0.59 | 0.19 | 143.88 | 0.95 | 0.41 |
| Hex | 5 | CE | 55 | 62 | 0 | 3B | 13 | 90 | 5F | 29 |
| Octal | 5 | 316 | 125 | 142 | 0 | 73 | 23 | 220 | 137 | 51 |
| Binary | 101 | 11001110 | 1010101 | 1100010 | 0 | 111011 | 10011 | 10010000 | 1011111 | 101001 |
Color Harmonies of #05CE55
Complementary color
Monochromatic Colors of #05CE55
Black with #05CE55
Text Example
Text Example
White with #05CE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CE55; }
p { color: rgb(5,206,85); }
H1.HeaderClassName
{
color: #05CE55;
}
.AnyTagClassName
{
color: #05CE55;
}
</style>
background-color css
<style>
a { background-color: #05CE55; }
a { background-color: rgb(5,206,85); }
div.DivClassName
{
background-color: #05CE55;
}
.BgClassName
{
background-color: #05CE55;
}
</style>
border-color css
<style>
span { border-color: #05CE55; }
span { border-color: rgb(5,206,85); }
td.TdClassName
{
border-color: #05CE55;
}
.TagClassName
{
border-color: #05CE55;
}
</style>