Shades of Shamrock #28DD88
Tints of Shamrock #28DD88
RGB
CMYK
RGB Variations
Color information
#28DD88 (or 0x28DD88) is known color: Shamrock. HEX triplet: 28, DD and 88. RGB value is (40,221,136). Sum of RGB (Red+Green+Blue) = 40+221+136=397 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.08% from 397); Green value is 221 (86.72% from 255 or 55.67% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DD88 is #D72277. Grayscale: #9D9D9D. Windows color (decimal): -14099064 or 8969512. OLE color: 8969512.
HSL color Cylindrical-coordinate representation of color #28DD88: hue angle of 151.82º 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 #28DD88 is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 136 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.13 |
| HSL | 151.82º | 0.73% | 0.51% | - |
| HSV(B) | 151.82º | 0.82% | 0.87% | - |
| XYZ | 31.18 | 53.94 | 32.06 | - |
| YUV | 157.19 | 116.03 | 44.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 136 | 0.82 | 0 | 0.38 | 0.13 | 151.82 | 0.73 | 0.51 |
| Hex | 28 | DD | 88 | 52 | 0 | 26 | D | 98 | 49 | 33 |
| Octal | 50 | 335 | 210 | 122 | 0 | 46 | 15 | 230 | 111 | 63 |
| Binary | 101000 | 11011101 | 10001000 | 1010010 | 0 | 100110 | 1101 | 10011000 | 1001001 | 110011 |
Color Harmonies of #28DD88
Complementary color
Monochromatic Colors of #28DD88
Black with #28DD88
Text Example
Text Example
White with #28DD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DD88; }
p { color: rgb(40,221,136); }
H1.HeaderClassName
{
color: #28DD88;
}
.AnyTagClassName
{
color: #28DD88;
}
</style>
background-color css
<style>
a { background-color: #28DD88; }
a { background-color: rgb(40,221,136); }
div.DivClassName
{
background-color: #28DD88;
}
.BgClassName
{
background-color: #28DD88;
}
</style>
border-color css
<style>
span { border-color: #28DD88; }
span { border-color: rgb(40,221,136); }
td.TdClassName
{
border-color: #28DD88;
}
.TagClassName
{
border-color: #28DD88;
}
</style>