Shades of Malachite #28FA68
Tints of Malachite #28FA68
RGB
CMYK
RGB Variations
Color information
#28FA68 (or 0x28FA68) is known color: Malachite. HEX triplet: 28, FA and 68. RGB value is (40,250,104). Sum of RGB (Red+Green+Blue) = 40+250+104=394 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.15% from 394); Green value is 250 (98.05% from 255 or 63.45% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 250 - color contains mainly: green. Hex color #28FA68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28FA68 is #D70597. Grayscale: #AAAAAA. Windows color (decimal): -14091672 or 6879784. OLE color: 6879784.
HSL color Cylindrical-coordinate representation of color #28FA68: hue angle of 138.29º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FA68 is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 250 | 104 | - |
| CMYK | 0.84 | 0 | 0.58 | 0.02 |
| HSL | 138.29º | 0.95% | 0.57% | - |
| HSV(B) | 138.29º | 0.84% | 0.98% | - |
| XYZ | 37.56 | 69.82 | 24.59 | - |
| YUV | 170.57 | 90.43 | 34.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 250 | 104 | 0.84 | 0 | 0.58 | 0.02 | 138.29 | 0.95 | 0.57 |
| Hex | 28 | FA | 68 | 54 | 0 | 3A | 2 | 8A | 5F | 39 |
| Octal | 50 | 372 | 150 | 124 | 0 | 72 | 2 | 212 | 137 | 71 |
| Binary | 101000 | 11111010 | 1101000 | 1010100 | 0 | 111010 | 10 | 10001010 | 1011111 | 111001 |
Color Harmonies of #28FA68
Complementary color
Monochromatic Colors of #28FA68
Black with #28FA68
Text Example
Text Example
White with #28FA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FA68; }
p { color: rgb(40,250,104); }
H1.HeaderClassName
{
color: #28FA68;
}
.AnyTagClassName
{
color: #28FA68;
}
</style>
background-color css
<style>
a { background-color: #28FA68; }
a { background-color: rgb(40,250,104); }
div.DivClassName
{
background-color: #28FA68;
}
.BgClassName
{
background-color: #28FA68;
}
</style>
border-color css
<style>
span { border-color: #28FA68; }
span { border-color: rgb(40,250,104); }
td.TdClassName
{
border-color: #28FA68;
}
.TagClassName
{
border-color: #28FA68;
}
</style>