Shades of Malachite #05F150
Tints of Malachite #05F150
RGB
CMYK
RGB Variations
Color information
#05F150 (or 0x05F150) is known color: Malachite. HEX triplet: 05, F1 and 50. RGB value is (5,241,80). Sum of RGB (Red+Green+Blue) = 5+241+80=326 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 326); Green value is 241 (94.53% from 255 or 73.93% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 241 - color contains mainly: green. Hex color #05F150 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F150 is #FA0EAF. Grayscale: #989898. Windows color (decimal): -16387760 or 5304581. OLE color: 5304581.
HSL color Cylindrical-coordinate representation of color #05F150: hue angle of 139.07º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F150 is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 241 | 80 | - |
| CMYK | 0.98 | 0 | 0.67 | 0.05 |
| HSL | 139.07º | 0.96% | 0.48% | - |
| HSV(B) | 139.07º | 0.98% | 0.95% | - |
| XYZ | 32.97 | 63.52 | 18.11 | - |
| YUV | 152.08 | 87.31 | 23.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 241 | 80 | 0.98 | 0 | 0.67 | 0.05 | 139.07 | 0.96 | 0.48 |
| Hex | 5 | F1 | 50 | 62 | 0 | 43 | 5 | 8B | 60 | 30 |
| Octal | 5 | 361 | 120 | 142 | 0 | 103 | 5 | 213 | 140 | 60 |
| Binary | 101 | 11110001 | 1010000 | 1100010 | 0 | 1000011 | 101 | 10001011 | 1100000 | 110000 |
Color Harmonies of #05F150
Complementary color
Monochromatic Colors of #05F150
Black with #05F150
Text Example
Text Example
White with #05F150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F150; }
p { color: rgb(5,241,80); }
H1.HeaderClassName
{
color: #05F150;
}
.AnyTagClassName
{
color: #05F150;
}
</style>
background-color css
<style>
a { background-color: #05F150; }
a { background-color: rgb(5,241,80); }
div.DivClassName
{
background-color: #05F150;
}
.BgClassName
{
background-color: #05F150;
}
</style>
border-color css
<style>
span { border-color: #05F150; }
span { border-color: rgb(5,241,80); }
td.TdClassName
{
border-color: #05F150;
}
.TagClassName
{
border-color: #05F150;
}
</style>