Shades of Shamrock #28D88B
Tints of Shamrock #28D88B
RGB
CMYK
RGB Variations
Color information
#28D88B (or 0x28D88B) is known color: Shamrock. HEX triplet: 28, D8 and 8B. RGB value is (40,216,139). Sum of RGB (Red+Green+Blue) = 40+216+139=395 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.13% from 395); Green value is 216 (84.77% from 255 or 54.68% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 216 - color contains mainly: green. Hex color #28D88B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28D88B is #D72774. Grayscale: #9A9A9A. Windows color (decimal): -14100341 or 9164840. OLE color: 9164840.
HSL color Cylindrical-coordinate representation of color #28D88B: hue angle of 153.75º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D88B is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 216 | 139 | - |
| CMYK | 0.81 | 0 | 0.36 | 0.15 |
| HSL | 153.75º | 0.69% | 0.5% | - |
| HSV(B) | 153.75º | 0.81% | 0.85% | - |
| XYZ | 30.09 | 51.43 | 32.77 | - |
| YUV | 154.6 | 119.19 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 216 | 139 | 0.81 | 0 | 0.36 | 0.15 | 153.75 | 0.69 | 0.5 |
| Hex | 28 | D8 | 8B | 51 | 0 | 24 | F | 9A | 45 | 32 |
| Octal | 50 | 330 | 213 | 121 | 0 | 44 | 17 | 232 | 105 | 62 |
| Binary | 101000 | 11011000 | 10001011 | 1010001 | 0 | 100100 | 1111 | 10011010 | 1000101 | 110010 |
Color Harmonies of #28D88B
Complementary color
Monochromatic Colors of #28D88B
Black with #28D88B
Text Example
Text Example
White with #28D88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D88B; }
p { color: rgb(40,216,139); }
H1.HeaderClassName
{
color: #28D88B;
}
.AnyTagClassName
{
color: #28D88B;
}
</style>
background-color css
<style>
a { background-color: #28D88B; }
a { background-color: rgb(40,216,139); }
div.DivClassName
{
background-color: #28D88B;
}
.BgClassName
{
background-color: #28D88B;
}
</style>
border-color css
<style>
span { border-color: #28D88B; }
span { border-color: rgb(40,216,139); }
td.TdClassName
{
border-color: #28D88B;
}
.TagClassName
{
border-color: #28D88B;
}
</style>