Shades of Malachite #05EF3F
Tints of Malachite #05EF3F
RGB
CMYK
RGB Variations
Color information
#05EF3F (or 0x05EF3F) is known color: Malachite. HEX triplet: 05, EF and 3F. RGB value is (5,239,63). Sum of RGB (Red+Green+Blue) = 5+239+63=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 239 (93.75% from 255 or 77.85% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 239 - color contains mainly: green. Hex color #05EF3F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05EF3F is #FA10C0. Grayscale: #959595. Windows color (decimal): -16388289 or 4189957. OLE color: 4189957.
HSL color Cylindrical-coordinate representation of color #05EF3F: hue angle of 134.87º 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 #05EF3F is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 239 | 63 | - |
| CMYK | 0.98 | 0 | 0.74 | 0.06 |
| HSL | 134.87º | 0.96% | 0.48% | - |
| HSV(B) | 134.87º | 0.98% | 0.94% | - |
| XYZ | 31.83 | 62.12 | 15.02 | - |
| YUV | 148.97 | 79.48 | 25.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 239 | 63 | 0.98 | 0 | 0.74 | 0.06 | 134.87 | 0.96 | 0.48 |
| Hex | 5 | EF | 3F | 62 | 0 | 4A | 6 | 87 | 60 | 30 |
| Octal | 5 | 357 | 77 | 142 | 0 | 112 | 6 | 207 | 140 | 60 |
| Binary | 101 | 11101111 | 111111 | 1100010 | 0 | 1001010 | 110 | 10000111 | 1100000 | 110000 |
Color Harmonies of #05EF3F
Complementary color
Monochromatic Colors of #05EF3F
Black with #05EF3F
Text Example
Text Example
White with #05EF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EF3F; }
p { color: rgb(5,239,63); }
H1.HeaderClassName
{
color: #05EF3F;
}
.AnyTagClassName
{
color: #05EF3F;
}
</style>
background-color css
<style>
a { background-color: #05EF3F; }
a { background-color: rgb(5,239,63); }
div.DivClassName
{
background-color: #05EF3F;
}
.BgClassName
{
background-color: #05EF3F;
}
</style>
border-color css
<style>
span { border-color: #05EF3F; }
span { border-color: rgb(5,239,63); }
td.TdClassName
{
border-color: #05EF3F;
}
.TagClassName
{
border-color: #05EF3F;
}
</style>