Shades of Malachite #05F145
Tints of Malachite #05F145
RGB
CMYK
RGB Variations
Color information
#05F145 (or 0x05F145) is known color: Malachite. HEX triplet: 05, F1 and 45. RGB value is (5,241,69). Sum of RGB (Red+Green+Blue) = 5+241+69=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 241 (94.53% from 255 or 76.51% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 241 - color contains mainly: green. Hex color #05F145 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05F145 is #FA0EBA. Grayscale: #979797. Windows color (decimal): -16387771 or 4583685. OLE color: 4583685.
HSL color Cylindrical-coordinate representation of color #05F145: hue angle of 136.27º 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 #05F145 is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 241 | 69 | - |
| CMYK | 0.98 | 0 | 0.71 | 0.05 |
| HSL | 136.27º | 0.96% | 0.48% | - |
| HSV(B) | 136.27º | 0.98% | 0.95% | - |
| XYZ | 32.59 | 63.37 | 16.14 | - |
| YUV | 150.83 | 81.81 | 23.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 241 | 69 | 0.98 | 0 | 0.71 | 0.05 | 136.27 | 0.96 | 0.48 |
| Hex | 5 | F1 | 45 | 62 | 0 | 47 | 5 | 88 | 60 | 30 |
| Octal | 5 | 361 | 105 | 142 | 0 | 107 | 5 | 210 | 140 | 60 |
| Binary | 101 | 11110001 | 1000101 | 1100010 | 0 | 1000111 | 101 | 10001000 | 1100000 | 110000 |
Color Harmonies of #05F145
Complementary color
Monochromatic Colors of #05F145
Black with #05F145
Text Example
Text Example
White with #05F145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F145; }
p { color: rgb(5,241,69); }
H1.HeaderClassName
{
color: #05F145;
}
.AnyTagClassName
{
color: #05F145;
}
</style>
background-color css
<style>
a { background-color: #05F145; }
a { background-color: rgb(5,241,69); }
div.DivClassName
{
background-color: #05F145;
}
.BgClassName
{
background-color: #05F145;
}
</style>
border-color css
<style>
span { border-color: #05F145; }
span { border-color: rgb(5,241,69); }
td.TdClassName
{
border-color: #05F145;
}
.TagClassName
{
border-color: #05F145;
}
</style>