Shades of Malachite #05D253
Tints of Malachite #05D253
RGB
CMYK
RGB Variations
Color information
#05D253 (or 0x05D253) is known color: Malachite. HEX triplet: 05, D2 and 53. RGB value is (5,210,83). Sum of RGB (Red+Green+Blue) = 5+210+83=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 210 (82.42% from 255 or 70.47% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 210 - color contains mainly: green. Hex color #05D253 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D253 is #FA2DAC. Grayscale: #868686. Windows color (decimal): -16395693 or 5493253. OLE color: 5493253.
HSL color Cylindrical-coordinate representation of color #05D253: hue angle of 142.83º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D253 is Cyan = 0.98, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 210 | 83 | - |
| CMYK | 0.98 | 0 | 0.60 | 0.18 |
| HSL | 142.83º | 0.95% | 0.42% | - |
| HSV(B) | 142.83º | 0.98% | 0.82% | - |
| XYZ | 24.67 | 46.75 | 15.91 | - |
| YUV | 134.23 | 99.08 | 35.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 210 | 83 | 0.98 | 0 | 0.60 | 0.18 | 142.83 | 0.95 | 0.42 |
| Hex | 5 | D2 | 53 | 62 | 0 | 3C | 12 | 8F | 5F | 2A |
| Octal | 5 | 322 | 123 | 142 | 0 | 74 | 22 | 217 | 137 | 52 |
| Binary | 101 | 11010010 | 1010011 | 1100010 | 0 | 111100 | 10010 | 10001111 | 1011111 | 101010 |
Color Harmonies of #05D253
Complementary color
Monochromatic Colors of #05D253
Black with #05D253
Text Example
Text Example
White with #05D253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D253; }
p { color: rgb(5,210,83); }
H1.HeaderClassName
{
color: #05D253;
}
.AnyTagClassName
{
color: #05D253;
}
</style>
background-color css
<style>
a { background-color: #05D253; }
a { background-color: rgb(5,210,83); }
div.DivClassName
{
background-color: #05D253;
}
.BgClassName
{
background-color: #05D253;
}
</style>
border-color css
<style>
span { border-color: #05D253; }
span { border-color: rgb(5,210,83); }
td.TdClassName
{
border-color: #05D253;
}
.TagClassName
{
border-color: #05D253;
}
</style>