Shades of Shamrock #28D87D
Tints of Shamrock #28D87D
RGB
CMYK
RGB Variations
Color information
#28D87D (or 0x28D87D) is known color: Shamrock. HEX triplet: 28, D8 and 7D. RGB value is (40,216,125). Sum of RGB (Red+Green+Blue) = 40+216+125=381 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.50% from 381); Green value is 216 (84.77% from 255 or 56.69% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 216 - color contains mainly: green. Hex color #28D87D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28D87D is #D72782. Grayscale: #999999. Windows color (decimal): -14100355 or 8247336. OLE color: 8247336.
HSL color Cylindrical-coordinate representation of color #28D87D: hue angle of 148.98º 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 #28D87D is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 216 | 125 | - |
| CMYK | 0.81 | 0 | 0.42 | 0.15 |
| HSL | 148.98º | 0.69% | 0.5% | - |
| HSV(B) | 148.98º | 0.81% | 0.85% | - |
| XYZ | 29.13 | 51.04 | 27.72 | - |
| YUV | 153 | 112.19 | 47.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 216 | 125 | 0.81 | 0 | 0.42 | 0.15 | 148.98 | 0.69 | 0.5 |
| Hex | 28 | D8 | 7D | 51 | 0 | 2A | F | 95 | 45 | 32 |
| Octal | 50 | 330 | 175 | 121 | 0 | 52 | 17 | 225 | 105 | 62 |
| Binary | 101000 | 11011000 | 1111101 | 1010001 | 0 | 101010 | 1111 | 10010101 | 1000101 | 110010 |
Color Harmonies of #28D87D
Complementary color
Monochromatic Colors of #28D87D
Black with #28D87D
Text Example
Text Example
White with #28D87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D87D; }
p { color: rgb(40,216,125); }
H1.HeaderClassName
{
color: #28D87D;
}
.AnyTagClassName
{
color: #28D87D;
}
</style>
background-color css
<style>
a { background-color: #28D87D; }
a { background-color: rgb(40,216,125); }
div.DivClassName
{
background-color: #28D87D;
}
.BgClassName
{
background-color: #28D87D;
}
</style>
border-color css
<style>
span { border-color: #28D87D; }
span { border-color: rgb(40,216,125); }
td.TdClassName
{
border-color: #28D87D;
}
.TagClassName
{
border-color: #28D87D;
}
</style>