Shades of Malachite #05F954
Tints of Malachite #05F954
RGB
CMYK
RGB Variations
Color information
#05F954 (or 0x05F954) is known color: Malachite. HEX triplet: 05, F9 and 54. RGB value is (5,249,84). Sum of RGB (Red+Green+Blue) = 5+249+84=338 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 338); Green value is 249 (97.66% from 255 or 73.67% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 249 - color contains mainly: green. Hex color #05F954 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F954 is #FA06AB. Grayscale: #9D9D9D. Windows color (decimal): -16385708 or 5568773. OLE color: 5568773.
HSL color Cylindrical-coordinate representation of color #05F954: hue angle of 139.43º degrees, saturation: 0.96, 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 #05F954 is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 249 | 84 | - |
| CMYK | 0.98 | 0 | 0.66 | 0.02 |
| HSL | 139.43º | 0.96% | 0.5% | - |
| HSV(B) | 139.43º | 0.98% | 0.98% | - |
| XYZ | 35.54 | 68.42 | 19.72 | - |
| YUV | 157.23 | 86.66 | 19.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 249 | 84 | 0.98 | 0 | 0.66 | 0.02 | 139.43 | 0.96 | 0.5 |
| Hex | 5 | F9 | 54 | 62 | 0 | 42 | 2 | 8B | 60 | 32 |
| Octal | 5 | 371 | 124 | 142 | 0 | 102 | 2 | 213 | 140 | 62 |
| Binary | 101 | 11111001 | 1010100 | 1100010 | 0 | 1000010 | 10 | 10001011 | 1100000 | 110010 |
Color Harmonies of #05F954
Complementary color
Monochromatic Colors of #05F954
Black with #05F954
Text Example
Text Example
White with #05F954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F954; }
p { color: rgb(5,249,84); }
H1.HeaderClassName
{
color: #05F954;
}
.AnyTagClassName
{
color: #05F954;
}
</style>
background-color css
<style>
a { background-color: #05F954; }
a { background-color: rgb(5,249,84); }
div.DivClassName
{
background-color: #05F954;
}
.BgClassName
{
background-color: #05F954;
}
</style>
border-color css
<style>
span { border-color: #05F954; }
span { border-color: rgb(5,249,84); }
td.TdClassName
{
border-color: #05F954;
}
.TagClassName
{
border-color: #05F954;
}
</style>