Shades of Malachite #28F65B
Tints of Malachite #28F65B
RGB
CMYK
RGB Variations
Color information
#28F65B (or 0x28F65B) is known color: Malachite. HEX triplet: 28, F6 and 5B. RGB value is (40,246,91). Sum of RGB (Red+Green+Blue) = 40+246+91=377 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.61% from 377); Green value is 246 (96.48% from 255 or 65.25% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 246 - color contains mainly: green. Hex color #28F65B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28F65B is #D709A4. Grayscale: #A7A7A7. Windows color (decimal): -14092709 or 6026792. OLE color: 6026792.
HSL color Cylindrical-coordinate representation of color #28F65B: hue angle of 134.85º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F65B is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 246 | 91 | - |
| CMYK | 0.84 | 0 | 0.63 | 0.04 |
| HSL | 134.85º | 0.92% | 0.56% | - |
| HSV(B) | 134.85º | 0.84% | 0.96% | - |
| XYZ | 35.72 | 67.12 | 20.97 | - |
| YUV | 166.74 | 85.25 | 37.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 246 | 91 | 0.84 | 0 | 0.63 | 0.04 | 134.85 | 0.92 | 0.56 |
| Hex | 28 | F6 | 5B | 54 | 0 | 3F | 4 | 87 | 5C | 38 |
| Octal | 50 | 366 | 133 | 124 | 0 | 77 | 4 | 207 | 134 | 70 |
| Binary | 101000 | 11110110 | 1011011 | 1010100 | 0 | 111111 | 100 | 10000111 | 1011100 | 111000 |
Color Harmonies of #28F65B
Complementary color
Monochromatic Colors of #28F65B
Black with #28F65B
Text Example
Text Example
White with #28F65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F65B; }
p { color: rgb(40,246,91); }
H1.HeaderClassName
{
color: #28F65B;
}
.AnyTagClassName
{
color: #28F65B;
}
</style>
background-color css
<style>
a { background-color: #28F65B; }
a { background-color: rgb(40,246,91); }
div.DivClassName
{
background-color: #28F65B;
}
.BgClassName
{
background-color: #28F65B;
}
</style>
border-color css
<style>
span { border-color: #28F65B; }
span { border-color: rgb(40,246,91); }
td.TdClassName
{
border-color: #28F65B;
}
.TagClassName
{
border-color: #28F65B;
}
</style>