Shades of Malachite #05F262
Tints of Malachite #05F262
RGB
CMYK
RGB Variations
Color information
#05F262 (or 0x05F262) is known color: Malachite. HEX triplet: 05, F2 and 62. RGB value is (5,242,98). Sum of RGB (Red+Green+Blue) = 5+242+98=345 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 345); Green value is 242 (94.92% from 255 or 70.14% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 242 - color contains mainly: green. Hex color #05F262 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F262 is #FA0D9D. Grayscale: #9B9B9B. Windows color (decimal): -16387486 or 6484485. OLE color: 6484485.
HSL color Cylindrical-coordinate representation of color #05F262: hue angle of 143.54º 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 #05F262 is Cyan = 0.98, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 242 | 98 | - |
| CMYK | 0.98 | 0 | 0.60 | 0.05 |
| HSL | 143.54º | 0.96% | 0.48% | - |
| HSV(B) | 143.54º | 0.98% | 0.95% | - |
| XYZ | 34.02 | 64.42 | 22.2 | - |
| YUV | 154.72 | 95.98 | 21.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 242 | 98 | 0.98 | 0 | 0.60 | 0.05 | 143.54 | 0.96 | 0.48 |
| Hex | 5 | F2 | 62 | 62 | 0 | 3C | 5 | 90 | 60 | 30 |
| Octal | 5 | 362 | 142 | 142 | 0 | 74 | 5 | 220 | 140 | 60 |
| Binary | 101 | 11110010 | 1100010 | 1100010 | 0 | 111100 | 101 | 10010000 | 1100000 | 110000 |
Color Harmonies of #05F262
Complementary color
Monochromatic Colors of #05F262
Black with #05F262
Text Example
Text Example
White with #05F262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F262; }
p { color: rgb(5,242,98); }
H1.HeaderClassName
{
color: #05F262;
}
.AnyTagClassName
{
color: #05F262;
}
</style>
background-color css
<style>
a { background-color: #05F262; }
a { background-color: rgb(5,242,98); }
div.DivClassName
{
background-color: #05F262;
}
.BgClassName
{
background-color: #05F262;
}
</style>
border-color css
<style>
span { border-color: #05F262; }
span { border-color: rgb(5,242,98); }
td.TdClassName
{
border-color: #05F262;
}
.TagClassName
{
border-color: #05F262;
}
</style>