Shades of Malachite #05E448
Tints of Malachite #05E448
RGB
CMYK
RGB Variations
Color information
#05E448 (or 0x05E448) is known color: Malachite. HEX triplet: 05, E4 and 48. RGB value is (5,228,72). Sum of RGB (Red+Green+Blue) = 5+228+72=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 228 (89.45% from 255 or 74.75% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 228 - color contains mainly: green. Hex color #05E448 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05E448 is #FA1BB7. Grayscale: #8F8F8F. Windows color (decimal): -16391096 or 4776965. OLE color: 4776965.
HSL color Cylindrical-coordinate representation of color #05E448: hue angle of 138.03º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E448 is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 228 | 72 | - |
| CMYK | 0.98 | 0 | 0.68 | 0.11 |
| HSL | 138.03º | 0.96% | 0.46% | - |
| HSV(B) | 138.03º | 0.98% | 0.89% | - |
| XYZ | 28.98 | 55.99 | 15.41 | - |
| YUV | 143.54 | 87.62 | 29.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 228 | 72 | 0.98 | 0 | 0.68 | 0.11 | 138.03 | 0.96 | 0.46 |
| Hex | 5 | E4 | 48 | 62 | 0 | 44 | B | 8A | 60 | 2E |
| Octal | 5 | 344 | 110 | 142 | 0 | 104 | 13 | 212 | 140 | 56 |
| Binary | 101 | 11100100 | 1001000 | 1100010 | 0 | 1000100 | 1011 | 10001010 | 1100000 | 101110 |
Color Harmonies of #05E448
Complementary color
Monochromatic Colors of #05E448
Black with #05E448
Text Example
Text Example
White with #05E448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E448; }
p { color: rgb(5,228,72); }
H1.HeaderClassName
{
color: #05E448;
}
.AnyTagClassName
{
color: #05E448;
}
</style>
background-color css
<style>
a { background-color: #05E448; }
a { background-color: rgb(5,228,72); }
div.DivClassName
{
background-color: #05E448;
}
.BgClassName
{
background-color: #05E448;
}
</style>
border-color css
<style>
span { border-color: #05E448; }
span { border-color: rgb(5,228,72); }
td.TdClassName
{
border-color: #05E448;
}
.TagClassName
{
border-color: #05E448;
}
</style>