Shades of Malachite #05FF3E
Tints of Malachite #05FF3E
RGB
CMYK
RGB Variations
Color information
#05FF3E (or 0x05FF3E) is known color: Malachite. HEX triplet: 05, FF and 3E. RGB value is (5,255,62). Sum of RGB (Red+Green+Blue) = 5+255+62=322 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 322); Green value is 255 (100% from 255 or 79.19% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 255 - color contains mainly: green. Hex color #05FF3E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05FF3E is #FA00C1. Grayscale: #9E9E9E. Windows color (decimal): -16384194 or 4128517. OLE color: 4128517.
HSL color Cylindrical-coordinate representation of color #05FF3E: hue angle of 133.68º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FF3E is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 62 | - |
| CMYK | 0.98 | 0 | 0.76 | 0 |
| HSL | 133.68º | 1% | 0.51% | - |
| HSV(B) | 133.68º | 0.98% | 1% | - |
| XYZ | 36.69 | 71.9 | 16.5 | - |
| YUV | 158.25 | 73.68 | 18.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 62 | 0.98 | 0 | 0.76 | 0 | 133.68 | 1 | 0.51 |
| Hex | 5 | FF | 3E | 62 | 0 | 4C | 0 | 86 | 64 | 33 |
| Octal | 5 | 377 | 76 | 142 | 0 | 114 | 0 | 206 | 144 | 63 |
| Binary | 101 | 11111111 | 111110 | 1100010 | 0 | 1001100 | 0 | 10000110 | 1100100 | 110011 |
Color Harmonies of #05FF3E
Complementary color
Monochromatic Colors of #05FF3E
Black with #05FF3E
Text Example
Text Example
White with #05FF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FF3E; }
p { color: rgb(5,255,62); }
H1.HeaderClassName
{
color: #05FF3E;
}
.AnyTagClassName
{
color: #05FF3E;
}
</style>
background-color css
<style>
a { background-color: #05FF3E; }
a { background-color: rgb(5,255,62); }
div.DivClassName
{
background-color: #05FF3E;
}
.BgClassName
{
background-color: #05FF3E;
}
</style>
border-color css
<style>
span { border-color: #05FF3E; }
span { border-color: rgb(5,255,62); }
td.TdClassName
{
border-color: #05FF3E;
}
.TagClassName
{
border-color: #05FF3E;
}
</style>