Shades of Malachite #05EE3E
Tints of Malachite #05EE3E
RGB
CMYK
RGB Variations
Color information
#05EE3E (or 0x05EE3E) is known color: Malachite. HEX triplet: 05, EE and 3E. RGB value is (5,238,62). Sum of RGB (Red+Green+Blue) = 5+238+62=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 238 (93.36% from 255 or 78.03% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 238 - color contains mainly: green. Hex color #05EE3E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05EE3E is #FA11C1. Grayscale: #949494. Windows color (decimal): -16388546 or 4124165. OLE color: 4124165.
HSL color Cylindrical-coordinate representation of color #05EE3E: hue angle of 134.68º 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 #05EE3E is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 238 | 62 | - |
| CMYK | 0.98 | 0 | 0.74 | 0.07 |
| HSL | 134.68º | 0.96% | 0.48% | - |
| HSV(B) | 134.68º | 0.98% | 0.93% | - |
| XYZ | 31.51 | 61.53 | 14.77 | - |
| YUV | 148.27 | 79.31 | 25.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 238 | 62 | 0.98 | 0 | 0.74 | 0.07 | 134.68 | 0.96 | 0.48 |
| Hex | 5 | EE | 3E | 62 | 0 | 4A | 7 | 87 | 60 | 30 |
| Octal | 5 | 356 | 76 | 142 | 0 | 112 | 7 | 207 | 140 | 60 |
| Binary | 101 | 11101110 | 111110 | 1100010 | 0 | 1001010 | 111 | 10000111 | 1100000 | 110000 |
Color Harmonies of #05EE3E
Complementary color
Monochromatic Colors of #05EE3E
Black with #05EE3E
Text Example
Text Example
White with #05EE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EE3E; }
p { color: rgb(5,238,62); }
H1.HeaderClassName
{
color: #05EE3E;
}
.AnyTagClassName
{
color: #05EE3E;
}
</style>
background-color css
<style>
a { background-color: #05EE3E; }
a { background-color: rgb(5,238,62); }
div.DivClassName
{
background-color: #05EE3E;
}
.BgClassName
{
background-color: #05EE3E;
}
</style>
border-color css
<style>
span { border-color: #05EE3E; }
span { border-color: rgb(5,238,62); }
td.TdClassName
{
border-color: #05EE3E;
}
.TagClassName
{
border-color: #05EE3E;
}
</style>