Shades of Shamrock #28DC8C
Tints of Shamrock #28DC8C
RGB
CMYK
RGB Variations
Color information
#28DC8C (or 0x28DC8C) is known color: Shamrock. HEX triplet: 28, DC and 8C. RGB value is (40,220,140). Sum of RGB (Red+Green+Blue) = 40+220+140=400 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10% from 400); Green value is 220 (86.33% from 255 or 55% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 220 - color contains mainly: green. Hex color #28DC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DC8C is #D72373. Grayscale: #9D9D9D. Windows color (decimal): -14099316 or 9231400. OLE color: 9231400.
HSL color Cylindrical-coordinate representation of color #28DC8C: hue angle of 153.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 #28DC8C is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 220 | 140 | - |
| CMYK | 0.82 | 0 | 0.36 | 0.14 |
| HSL | 153.33º | 0.72% | 0.51% | - |
| HSV(B) | 153.33º | 0.82% | 0.86% | - |
| XYZ | 31.2 | 53.53 | 33.5 | - |
| YUV | 157.06 | 118.37 | 44.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 140 | 0.82 | 0 | 0.36 | 0.14 | 153.33 | 0.72 | 0.51 |
| Hex | 28 | DC | 8C | 52 | 0 | 24 | E | 99 | 48 | 33 |
| Octal | 50 | 334 | 214 | 122 | 0 | 44 | 16 | 231 | 110 | 63 |
| Binary | 101000 | 11011100 | 10001100 | 1010010 | 0 | 100100 | 1110 | 10011001 | 1001000 | 110011 |
Color Harmonies of #28DC8C
Complementary color
Monochromatic Colors of #28DC8C
Black with #28DC8C
Text Example
Text Example
White with #28DC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DC8C; }
p { color: rgb(40,220,140); }
H1.HeaderClassName
{
color: #28DC8C;
}
.AnyTagClassName
{
color: #28DC8C;
}
</style>
background-color css
<style>
a { background-color: #28DC8C; }
a { background-color: rgb(40,220,140); }
div.DivClassName
{
background-color: #28DC8C;
}
.BgClassName
{
background-color: #28DC8C;
}
</style>
border-color css
<style>
span { border-color: #28DC8C; }
span { border-color: rgb(40,220,140); }
td.TdClassName
{
border-color: #28DC8C;
}
.TagClassName
{
border-color: #28DC8C;
}
</style>