Shades of Malachite #05CF50
Tints of Malachite #05CF50
RGB
CMYK
RGB Variations
Color information
#05CF50 (or 0x05CF50) is known color: Malachite. HEX triplet: 05, CF and 50. RGB value is (5,207,80). Sum of RGB (Red+Green+Blue) = 5+207+80=292 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 292); Green value is 207 (81.25% from 255 or 70.89% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 207 - color contains mainly: green. Hex color #05CF50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CF50 is #FA30AF. Grayscale: #848484. Windows color (decimal): -16396464 or 5295877. OLE color: 5295877.
HSL color Cylindrical-coordinate representation of color #05CF50: hue angle of 142.28º 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 #05CF50 is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 207 | 80 | - |
| CMYK | 0.98 | 0 | 0.61 | 0.19 |
| HSL | 142.28º | 0.95% | 0.42% | - |
| HSV(B) | 142.28º | 0.98% | 0.81% | - |
| XYZ | 23.82 | 45.24 | 15.07 | - |
| YUV | 132.12 | 98.58 | 37.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 207 | 80 | 0.98 | 0 | 0.61 | 0.19 | 142.28 | 0.95 | 0.42 |
| Hex | 5 | CF | 50 | 62 | 0 | 3D | 13 | 8E | 5F | 2A |
| Octal | 5 | 317 | 120 | 142 | 0 | 75 | 23 | 216 | 137 | 52 |
| Binary | 101 | 11001111 | 1010000 | 1100010 | 0 | 111101 | 10011 | 10001110 | 1011111 | 101010 |
Color Harmonies of #05CF50
Complementary color
Monochromatic Colors of #05CF50
Black with #05CF50
Text Example
Text Example
White with #05CF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CF50; }
p { color: rgb(5,207,80); }
H1.HeaderClassName
{
color: #05CF50;
}
.AnyTagClassName
{
color: #05CF50;
}
</style>
background-color css
<style>
a { background-color: #05CF50; }
a { background-color: rgb(5,207,80); }
div.DivClassName
{
background-color: #05CF50;
}
.BgClassName
{
background-color: #05CF50;
}
</style>
border-color css
<style>
span { border-color: #05CF50; }
span { border-color: rgb(5,207,80); }
td.TdClassName
{
border-color: #05CF50;
}
.TagClassName
{
border-color: #05CF50;
}
</style>