Shades of Malachite #05F237
Tints of Malachite #05F237
RGB
CMYK
RGB Variations
Color information
#05F237 (or 0x05F237) is known color: Malachite. HEX triplet: 05, F2 and 37. RGB value is (5,242,55). Sum of RGB (Red+Green+Blue) = 5+242+55=302 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 302); Green value is 242 (94.92% from 255 or 80.13% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 242 - color contains mainly: green. Hex color #05F237 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05F237 is #FA0DC8. Grayscale: #969696. Windows color (decimal): -16387529 or 3666437. OLE color: 3666437.
HSL color Cylindrical-coordinate representation of color #05F237: hue angle of 132.66º 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 #05F237 is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 242 | 55 | - |
| CMYK | 0.98 | 0 | 0.77 | 0.05 |
| HSL | 132.66º | 0.96% | 0.48% | - |
| HSV(B) | 132.66º | 0.98% | 0.95% | - |
| XYZ | 32.5 | 63.81 | 14.22 | - |
| YUV | 149.82 | 74.48 | 24.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 242 | 55 | 0.98 | 0 | 0.77 | 0.05 | 132.66 | 0.96 | 0.48 |
| Hex | 5 | F2 | 37 | 62 | 0 | 4D | 5 | 85 | 60 | 30 |
| Octal | 5 | 362 | 67 | 142 | 0 | 115 | 5 | 205 | 140 | 60 |
| Binary | 101 | 11110010 | 110111 | 1100010 | 0 | 1001101 | 101 | 10000101 | 1100000 | 110000 |
Color Harmonies of #05F237
Complementary color
Monochromatic Colors of #05F237
Black with #05F237
Text Example
Text Example
White with #05F237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F237; }
p { color: rgb(5,242,55); }
H1.HeaderClassName
{
color: #05F237;
}
.AnyTagClassName
{
color: #05F237;
}
</style>
background-color css
<style>
a { background-color: #05F237; }
a { background-color: rgb(5,242,55); }
div.DivClassName
{
background-color: #05F237;
}
.BgClassName
{
background-color: #05F237;
}
</style>
border-color css
<style>
span { border-color: #05F237; }
span { border-color: rgb(5,242,55); }
td.TdClassName
{
border-color: #05F237;
}
.TagClassName
{
border-color: #05F237;
}
</style>