Shades of Shamrock #28DA87
Tints of Shamrock #28DA87
RGB
CMYK
RGB Variations
Color information
#28DA87 (or 0x28DA87) is known color: Shamrock. HEX triplet: 28, DA and 87. RGB value is (40,218,135). Sum of RGB (Red+Green+Blue) = 40+218+135=393 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.18% from 393); Green value is 218 (85.55% from 255 or 55.47% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 218 - color contains mainly: green. Hex color #28DA87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DA87 is #D72578. Grayscale: #9B9B9B. Windows color (decimal): -14099833 or 8903208. OLE color: 8903208.
HSL color Cylindrical-coordinate representation of color #28DA87: hue angle of 152.02º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DA87 is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 218 | 135 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.15 |
| HSL | 152.02º | 0.71% | 0.51% | - |
| HSV(B) | 152.02º | 0.82% | 0.85% | - |
| XYZ | 30.32 | 52.34 | 31.43 | - |
| YUV | 155.32 | 116.53 | 45.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 218 | 135 | 0.82 | 0 | 0.38 | 0.15 | 152.02 | 0.71 | 0.51 |
| Hex | 28 | DA | 87 | 52 | 0 | 26 | F | 98 | 47 | 33 |
| Octal | 50 | 332 | 207 | 122 | 0 | 46 | 17 | 230 | 107 | 63 |
| Binary | 101000 | 11011010 | 10000111 | 1010010 | 0 | 100110 | 1111 | 10011000 | 1000111 | 110011 |
Color Harmonies of #28DA87
Complementary color
Monochromatic Colors of #28DA87
Black with #28DA87
Text Example
Text Example
White with #28DA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DA87; }
p { color: rgb(40,218,135); }
H1.HeaderClassName
{
color: #28DA87;
}
.AnyTagClassName
{
color: #28DA87;
}
</style>
background-color css
<style>
a { background-color: #28DA87; }
a { background-color: rgb(40,218,135); }
div.DivClassName
{
background-color: #28DA87;
}
.BgClassName
{
background-color: #28DA87;
}
</style>
border-color css
<style>
span { border-color: #28DA87; }
span { border-color: rgb(40,218,135); }
td.TdClassName
{
border-color: #28DA87;
}
.TagClassName
{
border-color: #28DA87;
}
</style>