Shades of Malachite #05CF5A
Tints of Malachite #05CF5A
RGB
CMYK
RGB Variations
Color information
#05CF5A (or 0x05CF5A) is known color: Malachite. HEX triplet: 05, CF and 5A. RGB value is (5,207,90). Sum of RGB (Red+Green+Blue) = 5+207+90=302 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 302); Green value is 207 (81.25% from 255 or 68.54% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 207 - color contains mainly: green. Hex color #05CF5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CF5A is #FA30A5. Grayscale: #858585. Windows color (decimal): -16396454 or 5951237. OLE color: 5951237.
HSL color Cylindrical-coordinate representation of color #05CF5A: hue angle of 145.25º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CF5A is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 207 | 90 | - |
| CMYK | 0.98 | 0 | 0.57 | 0.19 |
| HSL | 145.25º | 0.95% | 0.42% | - |
| HSV(B) | 145.25º | 0.98% | 0.81% | - |
| XYZ | 24.22 | 45.4 | 17.16 | - |
| YUV | 133.26 | 103.58 | 36.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 207 | 90 | 0.98 | 0 | 0.57 | 0.19 | 145.25 | 0.95 | 0.42 |
| Hex | 5 | CF | 5A | 62 | 0 | 39 | 13 | 91 | 5F | 2A |
| Octal | 5 | 317 | 132 | 142 | 0 | 71 | 23 | 221 | 137 | 52 |
| Binary | 101 | 11001111 | 1011010 | 1100010 | 0 | 111001 | 10011 | 10010001 | 1011111 | 101010 |
Color Harmonies of #05CF5A
Complementary color
Monochromatic Colors of #05CF5A
Black with #05CF5A
Text Example
Text Example
White with #05CF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CF5A; }
p { color: rgb(5,207,90); }
H1.HeaderClassName
{
color: #05CF5A;
}
.AnyTagClassName
{
color: #05CF5A;
}
</style>
background-color css
<style>
a { background-color: #05CF5A; }
a { background-color: rgb(5,207,90); }
div.DivClassName
{
background-color: #05CF5A;
}
.BgClassName
{
background-color: #05CF5A;
}
</style>
border-color css
<style>
span { border-color: #05CF5A; }
span { border-color: rgb(5,207,90); }
td.TdClassName
{
border-color: #05CF5A;
}
.TagClassName
{
border-color: #05CF5A;
}
</style>