Shades of Malachite #05FE41
Tints of Malachite #05FE41
RGB
CMYK
RGB Variations
Color information
#05FE41 (or 0x05FE41) is known color: Malachite. HEX triplet: 05, FE and 41. RGB value is (5,254,65). Sum of RGB (Red+Green+Blue) = 5+254+65=324 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 324); Green value is 254 (99.61% from 255 or 78.40% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 254 - color contains mainly: green. Hex color #05FE41 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05FE41 is #FA01BE. Grayscale: #9E9E9E. Windows color (decimal): -16384447 or 4324869. OLE color: 4324869.
HSL color Cylindrical-coordinate representation of color #05FE41: hue angle of 134.46º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FE41 is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 254 | 65 | - |
| CMYK | 0.98 | 0 | 0.74 | 0.00 |
| HSL | 134.46º | 0.99% | 0.51% | - |
| HSV(B) | 134.46º | 0.98% | 1% | - |
| XYZ | 36.46 | 71.3 | 16.84 | - |
| YUV | 158 | 75.51 | 18.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 254 | 65 | 0.98 | 0 | 0.74 | 0.00 | 134.46 | 0.99 | 0.51 |
| Hex | 5 | FE | 41 | 62 | 0 | 4A | 0 | 86 | 63 | 33 |
| Octal | 5 | 376 | 101 | 142 | 0 | 112 | 0 | 206 | 143 | 63 |
| Binary | 101 | 11111110 | 1000001 | 1100010 | 0 | 1001010 | 0 | 10000110 | 1100011 | 110011 |
Color Harmonies of #05FE41
Complementary color
Monochromatic Colors of #05FE41
Black with #05FE41
Text Example
Text Example
White with #05FE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FE41; }
p { color: rgb(5,254,65); }
H1.HeaderClassName
{
color: #05FE41;
}
.AnyTagClassName
{
color: #05FE41;
}
</style>
background-color css
<style>
a { background-color: #05FE41; }
a { background-color: rgb(5,254,65); }
div.DivClassName
{
background-color: #05FE41;
}
.BgClassName
{
background-color: #05FE41;
}
</style>
border-color css
<style>
span { border-color: #05FE41; }
span { border-color: rgb(5,254,65); }
td.TdClassName
{
border-color: #05FE41;
}
.TagClassName
{
border-color: #05FE41;
}
</style>