Shades of Shamrock #28DC80
Tints of Shamrock #28DC80
RGB
CMYK
RGB Variations
Color information
#28DC80 (or 0x28DC80) is known color: Shamrock. HEX triplet: 28, DC and 80. RGB value is (40,220,128). Sum of RGB (Red+Green+Blue) = 40+220+128=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 220 (86.33% from 255 or 56.70% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 220 - color contains mainly: green. Hex color #28DC80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DC80 is #D7237F. Grayscale: #9B9B9B. Windows color (decimal): -14099328 or 8444968. OLE color: 8444968.
HSL color Cylindrical-coordinate representation of color #28DC80: hue angle of 149.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DC80 is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 220 | 128 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.14 |
| HSL | 149.33º | 0.72% | 0.51% | - |
| HSV(B) | 149.33º | 0.82% | 0.86% | - |
| XYZ | 30.36 | 53.2 | 29.09 | - |
| YUV | 155.69 | 112.37 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 128 | 0.82 | 0 | 0.42 | 0.14 | 149.33 | 0.72 | 0.51 |
| Hex | 28 | DC | 80 | 52 | 0 | 2A | E | 95 | 48 | 33 |
| Octal | 50 | 334 | 200 | 122 | 0 | 52 | 16 | 225 | 110 | 63 |
| Binary | 101000 | 11011100 | 10000000 | 1010010 | 0 | 101010 | 1110 | 10010101 | 1001000 | 110011 |
Color Harmonies of #28DC80
Complementary color
Monochromatic Colors of #28DC80
Black with #28DC80
Text Example
Text Example
White with #28DC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DC80; }
p { color: rgb(40,220,128); }
H1.HeaderClassName
{
color: #28DC80;
}
.AnyTagClassName
{
color: #28DC80;
}
</style>
background-color css
<style>
a { background-color: #28DC80; }
a { background-color: rgb(40,220,128); }
div.DivClassName
{
background-color: #28DC80;
}
.BgClassName
{
background-color: #28DC80;
}
</style>
border-color css
<style>
span { border-color: #28DC80; }
span { border-color: rgb(40,220,128); }
td.TdClassName
{
border-color: #28DC80;
}
.TagClassName
{
border-color: #28DC80;
}
</style>