Shades of Malachite #05FF41
Tints of Malachite #05FF41
RGB
CMYK
RGB Variations
Color information
#05FF41 (or 0x05FF41) is known color: Malachite. HEX triplet: 05, FF and 41. RGB value is (5,255,65). Sum of RGB (Red+Green+Blue) = 5+255+65=325 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 325); Green value is 255 (100% from 255 or 78.46% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 255 - color contains mainly: green. Hex color #05FF41 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05FF41 is #FA00BE. Grayscale: #9F9F9F. Windows color (decimal): -16384191 or 4325125. OLE color: 4325125.
HSL color Cylindrical-coordinate representation of color #05FF41: hue angle of 134.4º 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 #05FF41 is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 65 | - |
| CMYK | 0.98 | 0 | 0.75 | 0 |
| HSL | 134.4º | 1% | 0.51% | - |
| HSV(B) | 134.4º | 0.98% | 1% | - |
| XYZ | 36.78 | 71.93 | 16.95 | - |
| YUV | 158.59 | 75.18 | 18.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 65 | 0.98 | 0 | 0.75 | 0 | 134.4 | 1 | 0.51 |
| Hex | 5 | FF | 41 | 62 | 0 | 4B | 0 | 86 | 64 | 33 |
| Octal | 5 | 377 | 101 | 142 | 0 | 113 | 0 | 206 | 144 | 63 |
| Binary | 101 | 11111111 | 1000001 | 1100010 | 0 | 1001011 | 0 | 10000110 | 1100100 | 110011 |
Color Harmonies of #05FF41
Complementary color
Monochromatic Colors of #05FF41
Black with #05FF41
Text Example
Text Example
White with #05FF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FF41; }
p { color: rgb(5,255,65); }
H1.HeaderClassName
{
color: #05FF41;
}
.AnyTagClassName
{
color: #05FF41;
}
</style>
background-color css
<style>
a { background-color: #05FF41; }
a { background-color: rgb(5,255,65); }
div.DivClassName
{
background-color: #05FF41;
}
.BgClassName
{
background-color: #05FF41;
}
</style>
border-color css
<style>
span { border-color: #05FF41; }
span { border-color: rgb(5,255,65); }
td.TdClassName
{
border-color: #05FF41;
}
.TagClassName
{
border-color: #05FF41;
}
</style>