Shades of Malachite #05FE3E
Tints of Malachite #05FE3E
RGB
CMYK
RGB Variations
Color information
#05FE3E (or 0x05FE3E) is known color: Malachite. HEX triplet: 05, FE and 3E. RGB value is (5,254,62). Sum of RGB (Red+Green+Blue) = 5+254+62=321 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 321); Green value is 254 (99.61% from 255 or 79.13% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 254 - color contains mainly: green. Hex color #05FE3E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05FE3E is #FA01C1. Grayscale: #9E9E9E. Windows color (decimal): -16384450 or 4128261. OLE color: 4128261.
HSL color Cylindrical-coordinate representation of color #05FE3E: hue angle of 133.73º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FE3E is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 254 | 62 | - |
| CMYK | 0.98 | 0 | 0.76 | 0.00 |
| HSL | 133.73º | 0.99% | 0.51% | - |
| HSV(B) | 133.73º | 0.98% | 1% | - |
| XYZ | 36.37 | 71.26 | 16.4 | - |
| YUV | 157.66 | 74.01 | 19.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 254 | 62 | 0.98 | 0 | 0.76 | 0.00 | 133.73 | 0.99 | 0.51 |
| Hex | 5 | FE | 3E | 62 | 0 | 4C | 0 | 86 | 63 | 33 |
| Octal | 5 | 376 | 76 | 142 | 0 | 114 | 0 | 206 | 143 | 63 |
| Binary | 101 | 11111110 | 111110 | 1100010 | 0 | 1001100 | 0 | 10000110 | 1100011 | 110011 |
Color Harmonies of #05FE3E
Complementary color
Monochromatic Colors of #05FE3E
Black with #05FE3E
Text Example
Text Example
White with #05FE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FE3E; }
p { color: rgb(5,254,62); }
H1.HeaderClassName
{
color: #05FE3E;
}
.AnyTagClassName
{
color: #05FE3E;
}
</style>
background-color css
<style>
a { background-color: #05FE3E; }
a { background-color: rgb(5,254,62); }
div.DivClassName
{
background-color: #05FE3E;
}
.BgClassName
{
background-color: #05FE3E;
}
</style>
border-color css
<style>
span { border-color: #05FE3E; }
span { border-color: rgb(5,254,62); }
td.TdClassName
{
border-color: #05FE3E;
}
.TagClassName
{
border-color: #05FE3E;
}
</style>