Shades of Malachite #28CF52
Tints of Malachite #28CF52
RGB
CMYK
RGB Variations
Color information
#28CF52 (or 0x28CF52) is known color: Malachite. HEX triplet: 28, CF and 52. RGB value is (40,207,82). Sum of RGB (Red+Green+Blue) = 40+207+82=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 207 (81.25% from 255 or 62.92% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 207 - color contains mainly: green. Hex color #28CF52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28CF52 is #D730AD. Grayscale: #8F8F8F. Windows color (decimal): -14102702 or 5426984. OLE color: 5426984.
HSL color Cylindrical-coordinate representation of color #28CF52: hue angle of 135.09º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28CF52 is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 207 | 82 | - |
| CMYK | 0.81 | 0 | 0.60 | 0.19 |
| HSL | 135.09º | 0.68% | 0.48% | - |
| HSV(B) | 135.09º | 0.81% | 0.81% | - |
| XYZ | 24.71 | 45.69 | 15.5 | - |
| YUV | 142.82 | 93.67 | 54.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 207 | 82 | 0.81 | 0 | 0.60 | 0.19 | 135.09 | 0.68 | 0.48 |
| Hex | 28 | CF | 52 | 51 | 0 | 3C | 13 | 87 | 44 | 30 |
| Octal | 50 | 317 | 122 | 121 | 0 | 74 | 23 | 207 | 104 | 60 |
| Binary | 101000 | 11001111 | 1010010 | 1010001 | 0 | 111100 | 10011 | 10000111 | 1000100 | 110000 |
Color Harmonies of #28CF52
Complementary color
Monochromatic Colors of #28CF52
Black with #28CF52
Text Example
Text Example
White with #28CF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CF52; }
p { color: rgb(40,207,82); }
H1.HeaderClassName
{
color: #28CF52;
}
.AnyTagClassName
{
color: #28CF52;
}
</style>
background-color css
<style>
a { background-color: #28CF52; }
a { background-color: rgb(40,207,82); }
div.DivClassName
{
background-color: #28CF52;
}
.BgClassName
{
background-color: #28CF52;
}
</style>
border-color css
<style>
span { border-color: #28CF52; }
span { border-color: rgb(40,207,82); }
td.TdClassName
{
border-color: #28CF52;
}
.TagClassName
{
border-color: #28CF52;
}
</style>