Shades of Shamrock #28DD82
Tints of Shamrock #28DD82
RGB
CMYK
RGB Variations
Color information
#28DD82 (or 0x28DD82) is known color: Shamrock. HEX triplet: 28, DD and 82. RGB value is (40,221,130). Sum of RGB (Red+Green+Blue) = 40+221+130=391 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.23% from 391); Green value is 221 (86.72% from 255 or 56.52% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DD82 is #D7227D. Grayscale: #9C9C9C. Windows color (decimal): -14099070 or 8576296. OLE color: 8576296.
HSL color Cylindrical-coordinate representation of color #28DD82: hue angle of 149.83º 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 #28DD82 is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 130 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.13 |
| HSL | 149.83º | 0.73% | 0.51% | - |
| HSV(B) | 149.83º | 0.82% | 0.87% | - |
| XYZ | 30.76 | 53.78 | 29.88 | - |
| YUV | 156.51 | 113.03 | 44.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 130 | 0.82 | 0 | 0.41 | 0.13 | 149.83 | 0.73 | 0.51 |
| Hex | 28 | DD | 82 | 52 | 0 | 29 | D | 96 | 49 | 33 |
| Octal | 50 | 335 | 202 | 122 | 0 | 51 | 15 | 226 | 111 | 63 |
| Binary | 101000 | 11011101 | 10000010 | 1010010 | 0 | 101001 | 1101 | 10010110 | 1001001 | 110011 |
Color Harmonies of #28DD82
Complementary color
Monochromatic Colors of #28DD82
Black with #28DD82
Text Example
Text Example
White with #28DD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DD82; }
p { color: rgb(40,221,130); }
H1.HeaderClassName
{
color: #28DD82;
}
.AnyTagClassName
{
color: #28DD82;
}
</style>
background-color css
<style>
a { background-color: #28DD82; }
a { background-color: rgb(40,221,130); }
div.DivClassName
{
background-color: #28DD82;
}
.BgClassName
{
background-color: #28DD82;
}
</style>
border-color css
<style>
span { border-color: #28DD82; }
span { border-color: rgb(40,221,130); }
td.TdClassName
{
border-color: #28DD82;
}
.TagClassName
{
border-color: #28DD82;
}
</style>