Shades of Malachite #05EE34
Tints of Malachite #05EE34
RGB
CMYK
RGB Variations
Color information
#05EE34 (or 0x05EE34) is known color: Malachite. HEX triplet: 05, EE and 34. RGB value is (5,238,52). Sum of RGB (Red+Green+Blue) = 5+238+52=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 238 (93.36% from 255 or 80.68% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 238 - color contains mainly: green. Hex color #05EE34 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05EE34 is #FA11CB. Grayscale: #939393. Windows color (decimal): -16388556 or 3468805. OLE color: 3468805.
HSL color Cylindrical-coordinate representation of color #05EE34: hue angle of 132.1º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EE34 is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 238 | 52 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.07 |
| HSL | 132.1º | 0.96% | 0.48% | - |
| HSV(B) | 132.1º | 0.98% | 0.93% | - |
| XYZ | 31.26 | 61.43 | 13.46 | - |
| YUV | 147.13 | 74.31 | 26.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 238 | 52 | 0.98 | 0 | 0.78 | 0.07 | 132.1 | 0.96 | 0.48 |
| Hex | 5 | EE | 34 | 62 | 0 | 4E | 7 | 84 | 60 | 30 |
| Octal | 5 | 356 | 64 | 142 | 0 | 116 | 7 | 204 | 140 | 60 |
| Binary | 101 | 11101110 | 110100 | 1100010 | 0 | 1001110 | 111 | 10000100 | 1100000 | 110000 |
Color Harmonies of #05EE34
Complementary color
Monochromatic Colors of #05EE34
Black with #05EE34
Text Example
Text Example
White with #05EE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EE34; }
p { color: rgb(5,238,52); }
H1.HeaderClassName
{
color: #05EE34;
}
.AnyTagClassName
{
color: #05EE34;
}
</style>
background-color css
<style>
a { background-color: #05EE34; }
a { background-color: rgb(5,238,52); }
div.DivClassName
{
background-color: #05EE34;
}
.BgClassName
{
background-color: #05EE34;
}
</style>
border-color css
<style>
span { border-color: #05EE34; }
span { border-color: rgb(5,238,52); }
td.TdClassName
{
border-color: #05EE34;
}
.TagClassName
{
border-color: #05EE34;
}
</style>