Shades of Shamrock #28DC7E
Tints of Shamrock #28DC7E
RGB
CMYK
RGB Variations
Color information
#28DC7E (or 0x28DC7E) is known color: Shamrock. HEX triplet: 28, DC and 7E. RGB value is (40,220,126). Sum of RGB (Red+Green+Blue) = 40+220+126=386 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.36% from 386); Green value is 220 (86.33% from 255 or 56.99% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 220 - color contains mainly: green. Hex color #28DC7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28DC7E is #D72381. Grayscale: #9B9B9B. Windows color (decimal): -14099330 or 8313896. OLE color: 8313896.
HSL color Cylindrical-coordinate representation of color #28DC7E: hue angle of 148.67º 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 #28DC7E is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 220 | 126 | - |
| CMYK | 0.82 | 0 | 0.43 | 0.14 |
| HSL | 148.67º | 0.72% | 0.51% | - |
| HSV(B) | 148.67º | 0.82% | 0.86% | - |
| XYZ | 30.23 | 53.14 | 28.4 | - |
| YUV | 155.46 | 111.37 | 45.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 126 | 0.82 | 0 | 0.43 | 0.14 | 148.67 | 0.72 | 0.51 |
| Hex | 28 | DC | 7E | 52 | 0 | 2B | E | 95 | 48 | 33 |
| Octal | 50 | 334 | 176 | 122 | 0 | 53 | 16 | 225 | 110 | 63 |
| Binary | 101000 | 11011100 | 1111110 | 1010010 | 0 | 101011 | 1110 | 10010101 | 1001000 | 110011 |
Color Harmonies of #28DC7E
Complementary color
Monochromatic Colors of #28DC7E
Black with #28DC7E
Text Example
Text Example
White with #28DC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DC7E; }
p { color: rgb(40,220,126); }
H1.HeaderClassName
{
color: #28DC7E;
}
.AnyTagClassName
{
color: #28DC7E;
}
</style>
background-color css
<style>
a { background-color: #28DC7E; }
a { background-color: rgb(40,220,126); }
div.DivClassName
{
background-color: #28DC7E;
}
.BgClassName
{
background-color: #28DC7E;
}
</style>
border-color css
<style>
span { border-color: #28DC7E; }
span { border-color: rgb(40,220,126); }
td.TdClassName
{
border-color: #28DC7E;
}
.TagClassName
{
border-color: #28DC7E;
}
</style>