Shades of Shamrock #28CC87
Tints of Shamrock #28CC87
RGB
CMYK
RGB Variations
Color information
#28CC87 (or 0x28CC87) is known color: Shamrock. HEX triplet: 28, CC and 87. RGB value is (40,204,135). Sum of RGB (Red+Green+Blue) = 40+204+135=379 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.55% from 379); Green value is 204 (80.08% from 255 or 53.83% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 204 - color contains mainly: green. Hex color #28CC87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28CC87 is #D73378. Grayscale: #939393. Windows color (decimal): -14103417 or 8899624. OLE color: 8899624.
HSL color Cylindrical-coordinate representation of color #28CC87: hue angle of 154.76º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CC87 is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 204 | 135 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.2 |
| HSL | 154.76º | 0.67% | 0.48% | - |
| HSV(B) | 154.76º | 0.8% | 0.8% | - |
| XYZ | 26.84 | 45.39 | 30.27 | - |
| YUV | 147.1 | 121.17 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 204 | 135 | 0.80 | 0 | 0.34 | 0.2 | 154.76 | 0.67 | 0.48 |
| Hex | 28 | CC | 87 | 50 | 0 | 22 | 14 | 9B | 43 | 30 |
| Octal | 50 | 314 | 207 | 120 | 0 | 42 | 24 | 233 | 103 | 60 |
| Binary | 101000 | 11001100 | 10000111 | 1010000 | 0 | 100010 | 10100 | 10011011 | 1000011 | 110000 |
Color Harmonies of #28CC87
Complementary color
Monochromatic Colors of #28CC87
Black with #28CC87
Text Example
Text Example
White with #28CC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CC87; }
p { color: rgb(40,204,135); }
H1.HeaderClassName
{
color: #28CC87;
}
.AnyTagClassName
{
color: #28CC87;
}
</style>
background-color css
<style>
a { background-color: #28CC87; }
a { background-color: rgb(40,204,135); }
div.DivClassName
{
background-color: #28CC87;
}
.BgClassName
{
background-color: #28CC87;
}
</style>
border-color css
<style>
span { border-color: #28CC87; }
span { border-color: rgb(40,204,135); }
td.TdClassName
{
border-color: #28CC87;
}
.TagClassName
{
border-color: #28CC87;
}
</style>