Shades of Shamrock #28DD89
Tints of Shamrock #28DD89
RGB
CMYK
RGB Variations
Color information
#28DD89 (or 0x28DD89) is known color: Shamrock. HEX triplet: 28, DD and 89. RGB value is (40,221,137). Sum of RGB (Red+Green+Blue) = 40+221+137=398 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.05% from 398); Green value is 221 (86.72% from 255 or 55.53% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DD89 is #D72276. Grayscale: #9D9D9D. Windows color (decimal): -14099063 or 9035048. OLE color: 9035048.
HSL color Cylindrical-coordinate representation of color #28DD89: hue angle of 152.15º 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 #28DD89 is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 137 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.13 |
| HSL | 152.15º | 0.73% | 0.51% | - |
| HSV(B) | 152.15º | 0.82% | 0.87% | - |
| XYZ | 31.25 | 53.97 | 32.44 | - |
| YUV | 157.31 | 116.53 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 137 | 0.82 | 0 | 0.38 | 0.13 | 152.15 | 0.73 | 0.51 |
| Hex | 28 | DD | 89 | 52 | 0 | 26 | D | 98 | 49 | 33 |
| Octal | 50 | 335 | 211 | 122 | 0 | 46 | 15 | 230 | 111 | 63 |
| Binary | 101000 | 11011101 | 10001001 | 1010010 | 0 | 100110 | 1101 | 10011000 | 1001001 | 110011 |
Color Harmonies of #28DD89
Complementary color
Monochromatic Colors of #28DD89
Black with #28DD89
Text Example
Text Example
White with #28DD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DD89; }
p { color: rgb(40,221,137); }
H1.HeaderClassName
{
color: #28DD89;
}
.AnyTagClassName
{
color: #28DD89;
}
</style>
background-color css
<style>
a { background-color: #28DD89; }
a { background-color: rgb(40,221,137); }
div.DivClassName
{
background-color: #28DD89;
}
.BgClassName
{
background-color: #28DD89;
}
</style>
border-color css
<style>
span { border-color: #28DD89; }
span { border-color: rgb(40,221,137); }
td.TdClassName
{
border-color: #28DD89;
}
.TagClassName
{
border-color: #28DD89;
}
</style>