Shades of Malachite #05EF3C
Tints of Malachite #05EF3C
RGB
CMYK
RGB Variations
Color information
#05EF3C (or 0x05EF3C) is known color: Malachite. HEX triplet: 05, EF and 3C. RGB value is (5,239,60). Sum of RGB (Red+Green+Blue) = 5+239+60=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 239 (93.75% from 255 or 78.62% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 239 - color contains mainly: green. Hex color #05EF3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05EF3C is #FA10C3. Grayscale: #959595. Windows color (decimal): -16388292 or 3993349. OLE color: 3993349.
HSL color Cylindrical-coordinate representation of color #05EF3C: hue angle of 134.1º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EF3C is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 239 | 60 | - |
| CMYK | 0.98 | 0 | 0.75 | 0.06 |
| HSL | 134.1º | 0.96% | 0.48% | - |
| HSV(B) | 134.1º | 0.98% | 0.94% | - |
| XYZ | 31.74 | 62.09 | 14.59 | - |
| YUV | 148.63 | 77.98 | 25.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 239 | 60 | 0.98 | 0 | 0.75 | 0.06 | 134.1 | 0.96 | 0.48 |
| Hex | 5 | EF | 3C | 62 | 0 | 4B | 6 | 86 | 60 | 30 |
| Octal | 5 | 357 | 74 | 142 | 0 | 113 | 6 | 206 | 140 | 60 |
| Binary | 101 | 11101111 | 111100 | 1100010 | 0 | 1001011 | 110 | 10000110 | 1100000 | 110000 |
Color Harmonies of #05EF3C
Complementary color
Monochromatic Colors of #05EF3C
Black with #05EF3C
Text Example
Text Example
White with #05EF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EF3C; }
p { color: rgb(5,239,60); }
H1.HeaderClassName
{
color: #05EF3C;
}
.AnyTagClassName
{
color: #05EF3C;
}
</style>
background-color css
<style>
a { background-color: #05EF3C; }
a { background-color: rgb(5,239,60); }
div.DivClassName
{
background-color: #05EF3C;
}
.BgClassName
{
background-color: #05EF3C;
}
</style>
border-color css
<style>
span { border-color: #05EF3C; }
span { border-color: rgb(5,239,60); }
td.TdClassName
{
border-color: #05EF3C;
}
.TagClassName
{
border-color: #05EF3C;
}
</style>