Shades of Malachite #05D54B
Tints of Malachite #05D54B
RGB
CMYK
RGB Variations
Color information
#05D54B (or 0x05D54B) is known color: Malachite. HEX triplet: 05, D5 and 4B. RGB value is (5,213,75). Sum of RGB (Red+Green+Blue) = 5+213+75=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 213 (83.59% from 255 or 72.70% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 213 - color contains mainly: green. Hex color #05D54B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D54B is #FA2AB4. Grayscale: #878787. Windows color (decimal): -16394933 or 4969733. OLE color: 4969733.
HSL color Cylindrical-coordinate representation of color #05D54B: hue angle of 140.19º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D54B is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 213 | 75 | - |
| CMYK | 0.98 | 0 | 0.65 | 0.16 |
| HSL | 140.19º | 0.95% | 0.43% | - |
| HSV(B) | 140.19º | 0.98% | 0.84% | - |
| XYZ | 25.13 | 48.13 | 14.62 | - |
| YUV | 135.08 | 94.09 | 35.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 213 | 75 | 0.98 | 0 | 0.65 | 0.16 | 140.19 | 0.95 | 0.43 |
| Hex | 5 | D5 | 4B | 62 | 0 | 41 | 10 | 8C | 5F | 2B |
| Octal | 5 | 325 | 113 | 142 | 0 | 101 | 20 | 214 | 137 | 53 |
| Binary | 101 | 11010101 | 1001011 | 1100010 | 0 | 1000001 | 10000 | 10001100 | 1011111 | 101011 |
Color Harmonies of #05D54B
Complementary color
Monochromatic Colors of #05D54B
Black with #05D54B
Text Example
Text Example
White with #05D54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D54B; }
p { color: rgb(5,213,75); }
H1.HeaderClassName
{
color: #05D54B;
}
.AnyTagClassName
{
color: #05D54B;
}
</style>
background-color css
<style>
a { background-color: #05D54B; }
a { background-color: rgb(5,213,75); }
div.DivClassName
{
background-color: #05D54B;
}
.BgClassName
{
background-color: #05D54B;
}
</style>
border-color css
<style>
span { border-color: #05D54B; }
span { border-color: rgb(5,213,75); }
td.TdClassName
{
border-color: #05D54B;
}
.TagClassName
{
border-color: #05D54B;
}
</style>