Shades of Malachite #05FB4A
Tints of Malachite #05FB4A
RGB
CMYK
RGB Variations
Color information
#05FB4A (or 0x05FB4A) is known color: Malachite. HEX triplet: 05, FB and 4A. RGB value is (5,251,74). Sum of RGB (Red+Green+Blue) = 5+251+74=330 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 330); Green value is 251 (98.44% from 255 or 76.06% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 251 - color contains mainly: green. Hex color #05FB4A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05FB4A is #FA04B5. Grayscale: #9D9D9D. Windows color (decimal): -16385206 or 4913925. OLE color: 4913925.
HSL color Cylindrical-coordinate representation of color #05FB4A: hue angle of 136.83º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FB4A is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 251 | 74 | - |
| CMYK | 0.98 | 0 | 0.71 | 0.02 |
| HSL | 136.83º | 0.97% | 0.5% | - |
| HSV(B) | 136.83º | 0.98% | 0.98% | - |
| XYZ | 35.8 | 69.52 | 18.01 | - |
| YUV | 157.27 | 81 | 19.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 251 | 74 | 0.98 | 0 | 0.71 | 0.02 | 136.83 | 0.97 | 0.5 |
| Hex | 5 | FB | 4A | 62 | 0 | 47 | 2 | 89 | 61 | 32 |
| Octal | 5 | 373 | 112 | 142 | 0 | 107 | 2 | 211 | 141 | 62 |
| Binary | 101 | 11111011 | 1001010 | 1100010 | 0 | 1000111 | 10 | 10001001 | 1100001 | 110010 |
Color Harmonies of #05FB4A
Complementary color
Monochromatic Colors of #05FB4A
Black with #05FB4A
Text Example
Text Example
White with #05FB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FB4A; }
p { color: rgb(5,251,74); }
H1.HeaderClassName
{
color: #05FB4A;
}
.AnyTagClassName
{
color: #05FB4A;
}
</style>
background-color css
<style>
a { background-color: #05FB4A; }
a { background-color: rgb(5,251,74); }
div.DivClassName
{
background-color: #05FB4A;
}
.BgClassName
{
background-color: #05FB4A;
}
</style>
border-color css
<style>
span { border-color: #05FB4A; }
span { border-color: rgb(5,251,74); }
td.TdClassName
{
border-color: #05FB4A;
}
.TagClassName
{
border-color: #05FB4A;
}
</style>