Shades of Malachite #05DF33
Tints of Malachite #05DF33
RGB
CMYK
RGB Variations
Color information
#05DF33 (or 0x05DF33) is known color: Malachite. HEX triplet: 05, DF and 33. RGB value is (5,223,51). Sum of RGB (Red+Green+Blue) = 5+223+51=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 223 (87.5% from 255 or 79.93% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 223 - color contains mainly: green. Hex color #05DF33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DF33 is #FA20CC. Grayscale: #8A8A8A. Windows color (decimal): -16392397 or 3399429. OLE color: 3399429.
HSL color Cylindrical-coordinate representation of color #05DF33: hue angle of 132.66º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DF33 is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 223 | 51 | - |
| CMYK | 0.98 | 0 | 0.77 | 0.13 |
| HSL | 132.66º | 0.96% | 0.45% | - |
| HSV(B) | 132.66º | 0.98% | 0.87% | - |
| XYZ | 27.05 | 53.05 | 11.95 | - |
| YUV | 138.21 | 78.78 | 32.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 223 | 51 | 0.98 | 0 | 0.77 | 0.13 | 132.66 | 0.96 | 0.45 |
| Hex | 5 | DF | 33 | 62 | 0 | 4D | D | 85 | 60 | 2D |
| Octal | 5 | 337 | 63 | 142 | 0 | 115 | 15 | 205 | 140 | 55 |
| Binary | 101 | 11011111 | 110011 | 1100010 | 0 | 1001101 | 1101 | 10000101 | 1100000 | 101101 |
Color Harmonies of #05DF33
Complementary color
Monochromatic Colors of #05DF33
Black with #05DF33
Text Example
Text Example
White with #05DF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DF33; }
p { color: rgb(5,223,51); }
H1.HeaderClassName
{
color: #05DF33;
}
.AnyTagClassName
{
color: #05DF33;
}
</style>
background-color css
<style>
a { background-color: #05DF33; }
a { background-color: rgb(5,223,51); }
div.DivClassName
{
background-color: #05DF33;
}
.BgClassName
{
background-color: #05DF33;
}
</style>
border-color css
<style>
span { border-color: #05DF33; }
span { border-color: rgb(5,223,51); }
td.TdClassName
{
border-color: #05DF33;
}
.TagClassName
{
border-color: #05DF33;
}
</style>