Shades of Shamrock #28DC7F
Tints of Shamrock #28DC7F
RGB
CMYK
RGB Variations
Color information
#28DC7F (or 0x28DC7F) is known color: Shamrock. HEX triplet: 28, DC and 7F. RGB value is (40,220,127). Sum of RGB (Red+Green+Blue) = 40+220+127=387 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.34% from 387); Green value is 220 (86.33% from 255 or 56.85% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 220 - color contains mainly: green. Hex color #28DC7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28DC7F is #D72380. Grayscale: #9B9B9B. Windows color (decimal): -14099329 or 8379432. OLE color: 8379432.
HSL color Cylindrical-coordinate representation of color #28DC7F: hue angle of 149º 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 #28DC7F is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 220 | 127 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.14 |
| HSL | 149º | 0.72% | 0.51% | - |
| HSV(B) | 149º | 0.82% | 0.86% | - |
| XYZ | 30.3 | 53.17 | 28.74 | - |
| YUV | 155.58 | 111.87 | 45.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 127 | 0.82 | 0 | 0.42 | 0.14 | 149 | 0.72 | 0.51 |
| Hex | 28 | DC | 7F | 52 | 0 | 2A | E | 95 | 48 | 33 |
| Octal | 50 | 334 | 177 | 122 | 0 | 52 | 16 | 225 | 110 | 63 |
| Binary | 101000 | 11011100 | 1111111 | 1010010 | 0 | 101010 | 1110 | 10010101 | 1001000 | 110011 |
Color Harmonies of #28DC7F
Complementary color
Monochromatic Colors of #28DC7F
Black with #28DC7F
Text Example
Text Example
White with #28DC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DC7F; }
p { color: rgb(40,220,127); }
H1.HeaderClassName
{
color: #28DC7F;
}
.AnyTagClassName
{
color: #28DC7F;
}
</style>
background-color css
<style>
a { background-color: #28DC7F; }
a { background-color: rgb(40,220,127); }
div.DivClassName
{
background-color: #28DC7F;
}
.BgClassName
{
background-color: #28DC7F;
}
</style>
border-color css
<style>
span { border-color: #28DC7F; }
span { border-color: rgb(40,220,127); }
td.TdClassName
{
border-color: #28DC7F;
}
.TagClassName
{
border-color: #28DC7F;
}
</style>