Shades of Malachite #05FE52
Tints of Malachite #05FE52
RGB
CMYK
RGB Variations
Color information
#05FE52 (or 0x05FE52) is known color: Malachite. HEX triplet: 05, FE and 52. RGB value is (5,254,82). Sum of RGB (Red+Green+Blue) = 5+254+82=341 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 341); Green value is 254 (99.61% from 255 or 74.49% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 254 - color contains mainly: green. Hex color #05FE52 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05FE52 is #FA01AD. Grayscale: #A0A0A0. Windows color (decimal): -16384430 or 5438981. OLE color: 5438981.
HSL color Cylindrical-coordinate representation of color #05FE52: hue angle of 138.55º 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 #05FE52 is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 254 | 82 | - |
| CMYK | 0.98 | 0 | 0.68 | 0.00 |
| HSL | 138.55º | 0.99% | 0.51% | - |
| HSV(B) | 138.55º | 0.98% | 1% | - |
| XYZ | 37.03 | 71.53 | 19.84 | - |
| YUV | 159.94 | 84.01 | 17.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 254 | 82 | 0.98 | 0 | 0.68 | 0.00 | 138.55 | 0.99 | 0.51 |
| Hex | 5 | FE | 52 | 62 | 0 | 44 | 0 | 8B | 63 | 33 |
| Octal | 5 | 376 | 122 | 142 | 0 | 104 | 0 | 213 | 143 | 63 |
| Binary | 101 | 11111110 | 1010010 | 1100010 | 0 | 1000100 | 0 | 10001011 | 1100011 | 110011 |
Color Harmonies of #05FE52
Complementary color
Monochromatic Colors of #05FE52
Black with #05FE52
Text Example
Text Example
White with #05FE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FE52; }
p { color: rgb(5,254,82); }
H1.HeaderClassName
{
color: #05FE52;
}
.AnyTagClassName
{
color: #05FE52;
}
</style>
background-color css
<style>
a { background-color: #05FE52; }
a { background-color: rgb(5,254,82); }
div.DivClassName
{
background-color: #05FE52;
}
.BgClassName
{
background-color: #05FE52;
}
</style>
border-color css
<style>
span { border-color: #05FE52; }
span { border-color: rgb(5,254,82); }
td.TdClassName
{
border-color: #05FE52;
}
.TagClassName
{
border-color: #05FE52;
}
</style>