Shades of Malachite #08DF52
Tints of Malachite #08DF52
RGB
CMYK
RGB Variations
Color information
#08DF52 (or 0x08DF52) is known color: Malachite. HEX triplet: 08, DF and 52. RGB value is (8,223,82). Sum of RGB (Red+Green+Blue) = 8+223+82=313 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 313); Green value is 223 (87.5% from 255 or 71.25% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 223 - color contains mainly: green. Hex color #08DF52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08DF52 is #F720AD. Grayscale: #8E8E8E. Windows color (decimal): -16195758 or 5431048. OLE color: 5431048.
HSL color Cylindrical-coordinate representation of color #08DF52: hue angle of 140.65º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DF52 is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 223 | 82 | - |
| CMYK | 0.96 | 0 | 0.63 | 0.13 |
| HSL | 140.65º | 0.93% | 0.45% | - |
| HSV(B) | 140.65º | 0.96% | 0.87% | - |
| XYZ | 28.01 | 53.44 | 16.82 | - |
| YUV | 142.64 | 93.77 | 31.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 223 | 82 | 0.96 | 0 | 0.63 | 0.13 | 140.65 | 0.93 | 0.45 |
| Hex | 8 | DF | 52 | 60 | 0 | 3F | D | 8D | 5D | 2D |
| Octal | 10 | 337 | 122 | 140 | 0 | 77 | 15 | 215 | 135 | 55 |
| Binary | 1000 | 11011111 | 1010010 | 1100000 | 0 | 111111 | 1101 | 10001101 | 1011101 | 101101 |
Color Harmonies of #08DF52
Complementary color
Monochromatic Colors of #08DF52
Black with #08DF52
Text Example
Text Example
White with #08DF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DF52; }
p { color: rgb(8,223,82); }
H1.HeaderClassName
{
color: #08DF52;
}
.AnyTagClassName
{
color: #08DF52;
}
</style>
background-color css
<style>
a { background-color: #08DF52; }
a { background-color: rgb(8,223,82); }
div.DivClassName
{
background-color: #08DF52;
}
.BgClassName
{
background-color: #08DF52;
}
</style>
border-color css
<style>
span { border-color: #08DF52; }
span { border-color: rgb(8,223,82); }
td.TdClassName
{
border-color: #08DF52;
}
.TagClassName
{
border-color: #08DF52;
}
</style>