Shades of Shamrock #28D680
Tints of Shamrock #28D680
RGB
CMYK
RGB Variations
Color information
#28D680 (or 0x28D680) is known color: Shamrock. HEX triplet: 28, D6 and 80. RGB value is (40,214,128). Sum of RGB (Red+Green+Blue) = 40+214+128=382 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.47% from 382); Green value is 214 (83.98% from 255 or 56.02% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 214 - color contains mainly: green. Hex color #28D680 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28D680 is #D7297F. Grayscale: #989898. Windows color (decimal): -14100864 or 8443432. OLE color: 8443432.
HSL color Cylindrical-coordinate representation of color #28D680: hue angle of 150.34º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D680 is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 214 | 128 | - |
| CMYK | 0.81 | 0 | 0.40 | 0.16 |
| HSL | 150.34º | 0.69% | 0.5% | - |
| HSV(B) | 150.34º | 0.81% | 0.84% | - |
| XYZ | 28.82 | 50.1 | 28.57 | - |
| YUV | 152.17 | 114.35 | 47.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 214 | 128 | 0.81 | 0 | 0.40 | 0.16 | 150.34 | 0.69 | 0.5 |
| Hex | 28 | D6 | 80 | 51 | 0 | 28 | 10 | 96 | 45 | 32 |
| Octal | 50 | 326 | 200 | 121 | 0 | 50 | 20 | 226 | 105 | 62 |
| Binary | 101000 | 11010110 | 10000000 | 1010001 | 0 | 101000 | 10000 | 10010110 | 1000101 | 110010 |
Color Harmonies of #28D680
Complementary color
Monochromatic Colors of #28D680
Black with #28D680
Text Example
Text Example
White with #28D680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D680; }
p { color: rgb(40,214,128); }
H1.HeaderClassName
{
color: #28D680;
}
.AnyTagClassName
{
color: #28D680;
}
</style>
background-color css
<style>
a { background-color: #28D680; }
a { background-color: rgb(40,214,128); }
div.DivClassName
{
background-color: #28D680;
}
.BgClassName
{
background-color: #28D680;
}
</style>
border-color css
<style>
span { border-color: #28D680; }
span { border-color: rgb(40,214,128); }
td.TdClassName
{
border-color: #28D680;
}
.TagClassName
{
border-color: #28D680;
}
</style>