Shades of Shamrock #28CC80
Tints of Shamrock #28CC80
RGB
CMYK
RGB Variations
Color information
#28CC80 (or 0x28CC80) is known color: Shamrock. HEX triplet: 28, CC and 80. RGB value is (40,204,128). Sum of RGB (Red+Green+Blue) = 40+204+128=372 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.75% from 372); Green value is 204 (80.08% from 255 or 54.84% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 204 - color contains mainly: green. Hex color #28CC80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28CC80 is #D7337F. Grayscale: #929292. Windows color (decimal): -14103424 or 8440872. OLE color: 8440872.
HSL color Cylindrical-coordinate representation of color #28CC80: hue angle of 152.2º 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 #28CC80 is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 204 | 128 | - |
| CMYK | 0.80 | 0 | 0.37 | 0.2 |
| HSL | 152.2º | 0.67% | 0.48% | - |
| HSV(B) | 152.2º | 0.8% | 0.8% | - |
| XYZ | 26.36 | 45.2 | 27.76 | - |
| YUV | 146.3 | 117.67 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 204 | 128 | 0.80 | 0 | 0.37 | 0.2 | 152.2 | 0.67 | 0.48 |
| Hex | 28 | CC | 80 | 50 | 0 | 25 | 14 | 98 | 43 | 30 |
| Octal | 50 | 314 | 200 | 120 | 0 | 45 | 24 | 230 | 103 | 60 |
| Binary | 101000 | 11001100 | 10000000 | 1010000 | 0 | 100101 | 10100 | 10011000 | 1000011 | 110000 |
Color Harmonies of #28CC80
Complementary color
Monochromatic Colors of #28CC80
Black with #28CC80
Text Example
Text Example
White with #28CC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CC80; }
p { color: rgb(40,204,128); }
H1.HeaderClassName
{
color: #28CC80;
}
.AnyTagClassName
{
color: #28CC80;
}
</style>
background-color css
<style>
a { background-color: #28CC80; }
a { background-color: rgb(40,204,128); }
div.DivClassName
{
background-color: #28CC80;
}
.BgClassName
{
background-color: #28CC80;
}
</style>
border-color css
<style>
span { border-color: #28CC80; }
span { border-color: rgb(40,204,128); }
td.TdClassName
{
border-color: #28CC80;
}
.TagClassName
{
border-color: #28CC80;
}
</style>