Shades of Malachite #28CF61
Tints of Malachite #28CF61
RGB
CMYK
RGB Variations
Color information
#28CF61 (or 0x28CF61) is known color: Malachite. HEX triplet: 28, CF and 61. RGB value is (40,207,97). Sum of RGB (Red+Green+Blue) = 40+207+97=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 207 (81.25% from 255 or 60.17% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 207 - color contains mainly: green. Hex color #28CF61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28CF61 is #D7309E. Grayscale: #909090. Windows color (decimal): -14102687 or 6410024. OLE color: 6410024.
HSL color Cylindrical-coordinate representation of color #28CF61: hue angle of 140.48º 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 #28CF61 is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 207 | 97 | - |
| CMYK | 0.81 | 0 | 0.53 | 0.19 |
| HSL | 140.48º | 0.68% | 0.48% | - |
| HSV(B) | 140.48º | 0.81% | 0.81% | - |
| XYZ | 25.35 | 45.94 | 18.84 | - |
| YUV | 144.53 | 101.17 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 207 | 97 | 0.81 | 0 | 0.53 | 0.19 | 140.48 | 0.68 | 0.48 |
| Hex | 28 | CF | 61 | 51 | 0 | 35 | 13 | 8C | 44 | 30 |
| Octal | 50 | 317 | 141 | 121 | 0 | 65 | 23 | 214 | 104 | 60 |
| Binary | 101000 | 11001111 | 1100001 | 1010001 | 0 | 110101 | 10011 | 10001100 | 1000100 | 110000 |
Color Harmonies of #28CF61
Complementary color
Monochromatic Colors of #28CF61
Black with #28CF61
Text Example
Text Example
White with #28CF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CF61; }
p { color: rgb(40,207,97); }
H1.HeaderClassName
{
color: #28CF61;
}
.AnyTagClassName
{
color: #28CF61;
}
</style>
background-color css
<style>
a { background-color: #28CF61; }
a { background-color: rgb(40,207,97); }
div.DivClassName
{
background-color: #28CF61;
}
.BgClassName
{
background-color: #28CF61;
}
</style>
border-color css
<style>
span { border-color: #28CF61; }
span { border-color: rgb(40,207,97); }
td.TdClassName
{
border-color: #28CF61;
}
.TagClassName
{
border-color: #28CF61;
}
</style>