Shades of Malachite #05E330
Tints of Malachite #05E330
RGB
CMYK
RGB Variations
Color information
#05E330 (or 0x05E330) is known color: Malachite. HEX triplet: 05, E3 and 30. RGB value is (5,227,48). Sum of RGB (Red+Green+Blue) = 5+227+48=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 227 (89.06% from 255 or 81.07% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 227 - color contains mainly: green. Hex color #05E330 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05E330 is #FA1CCF. Grayscale: #8C8C8C. Windows color (decimal): -16391376 or 3203845. OLE color: 3203845.
HSL color Cylindrical-coordinate representation of color #05E330: hue angle of 131.62º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E330 is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 227 | 48 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.11 |
| HSL | 131.62º | 0.96% | 0.45% | - |
| HSV(B) | 131.62º | 0.98% | 0.89% | - |
| XYZ | 28.07 | 55.18 | 11.97 | - |
| YUV | 140.22 | 75.95 | 31.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 227 | 48 | 0.98 | 0 | 0.79 | 0.11 | 131.62 | 0.96 | 0.45 |
| Hex | 5 | E3 | 30 | 62 | 0 | 4F | B | 84 | 60 | 2D |
| Octal | 5 | 343 | 60 | 142 | 0 | 117 | 13 | 204 | 140 | 55 |
| Binary | 101 | 11100011 | 110000 | 1100010 | 0 | 1001111 | 1011 | 10000100 | 1100000 | 101101 |
Color Harmonies of #05E330
Complementary color
Monochromatic Colors of #05E330
Black with #05E330
Text Example
Text Example
White with #05E330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E330; }
p { color: rgb(5,227,48); }
H1.HeaderClassName
{
color: #05E330;
}
.AnyTagClassName
{
color: #05E330;
}
</style>
background-color css
<style>
a { background-color: #05E330; }
a { background-color: rgb(5,227,48); }
div.DivClassName
{
background-color: #05E330;
}
.BgClassName
{
background-color: #05E330;
}
</style>
border-color css
<style>
span { border-color: #05E330; }
span { border-color: rgb(5,227,48); }
td.TdClassName
{
border-color: #05E330;
}
.TagClassName
{
border-color: #05E330;
}
</style>