Shades of Shamrock #28DD97
Tints of Shamrock #28DD97
RGB
CMYK
RGB Variations
Color information
#28DD97 (or 0x28DD97) is known color: Shamrock. HEX triplet: 28, DD and 97. RGB value is (40,221,151). Sum of RGB (Red+Green+Blue) = 40+221+151=412 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.71% from 412); Green value is 221 (86.72% from 255 or 53.64% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DD97 is #D72268. Grayscale: #9F9F9F. Windows color (decimal): -14099049 or 9952552. OLE color: 9952552.
HSL color Cylindrical-coordinate representation of color #28DD97: hue angle of 156.8º 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 #28DD97 is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 151 | - |
| CMYK | 0.82 | 0 | 0.32 | 0.13 |
| HSL | 156.8º | 0.73% | 0.51% | - |
| HSV(B) | 156.8º | 0.82% | 0.87% | - |
| XYZ | 32.32 | 54.4 | 38.07 | - |
| YUV | 158.9 | 123.53 | 43.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 151 | 0.82 | 0 | 0.32 | 0.13 | 156.8 | 0.73 | 0.51 |
| Hex | 28 | DD | 97 | 52 | 0 | 20 | D | 9D | 49 | 33 |
| Octal | 50 | 335 | 227 | 122 | 0 | 40 | 15 | 235 | 111 | 63 |
| Binary | 101000 | 11011101 | 10010111 | 1010010 | 0 | 100000 | 1101 | 10011101 | 1001001 | 110011 |
Color Harmonies of #28DD97
Complementary color
Monochromatic Colors of #28DD97
Black with #28DD97
Text Example
Text Example
White with #28DD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DD97; }
p { color: rgb(40,221,151); }
H1.HeaderClassName
{
color: #28DD97;
}
.AnyTagClassName
{
color: #28DD97;
}
</style>
background-color css
<style>
a { background-color: #28DD97; }
a { background-color: rgb(40,221,151); }
div.DivClassName
{
background-color: #28DD97;
}
.BgClassName
{
background-color: #28DD97;
}
</style>
border-color css
<style>
span { border-color: #28DD97; }
span { border-color: rgb(40,221,151); }
td.TdClassName
{
border-color: #28DD97;
}
.TagClassName
{
border-color: #28DD97;
}
</style>