Shades of Shamrock #28DE8E
Tints of Shamrock #28DE8E
RGB
CMYK
RGB Variations
Color information
#28DE8E (or 0x28DE8E) is known color: Shamrock. HEX triplet: 28, DE and 8E. RGB value is (40,222,142). Sum of RGB (Red+Green+Blue) = 40+222+142=404 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.90% from 404); Green value is 222 (87.11% from 255 or 54.95% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 222 - color contains mainly: green. Hex color #28DE8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DE8E is #D72171. Grayscale: #9E9E9E. Windows color (decimal): -14098802 or 9362984. OLE color: 9362984.
HSL color Cylindrical-coordinate representation of color #28DE8E: hue angle of 153.63º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DE8E is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 222 | 142 | - |
| CMYK | 0.82 | 0 | 0.36 | 0.13 |
| HSL | 153.63º | 0.73% | 0.51% | - |
| HSV(B) | 153.63º | 0.82% | 0.87% | - |
| XYZ | 31.88 | 54.65 | 34.46 | - |
| YUV | 158.46 | 118.7 | 43.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 222 | 142 | 0.82 | 0 | 0.36 | 0.13 | 153.63 | 0.73 | 0.51 |
| Hex | 28 | DE | 8E | 52 | 0 | 24 | D | 9A | 49 | 33 |
| Octal | 50 | 336 | 216 | 122 | 0 | 44 | 15 | 232 | 111 | 63 |
| Binary | 101000 | 11011110 | 10001110 | 1010010 | 0 | 100100 | 1101 | 10011010 | 1001001 | 110011 |
Color Harmonies of #28DE8E
Complementary color
Monochromatic Colors of #28DE8E
Black with #28DE8E
Text Example
Text Example
White with #28DE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DE8E; }
p { color: rgb(40,222,142); }
H1.HeaderClassName
{
color: #28DE8E;
}
.AnyTagClassName
{
color: #28DE8E;
}
</style>
background-color css
<style>
a { background-color: #28DE8E; }
a { background-color: rgb(40,222,142); }
div.DivClassName
{
background-color: #28DE8E;
}
.BgClassName
{
background-color: #28DE8E;
}
</style>
border-color css
<style>
span { border-color: #28DE8E; }
span { border-color: rgb(40,222,142); }
td.TdClassName
{
border-color: #28DE8E;
}
.TagClassName
{
border-color: #28DE8E;
}
</style>