Shades of Shamrock #28E17F
Tints of Shamrock #28E17F
RGB
CMYK
RGB Variations
Color information
#28E17F (or 0x28E17F) is known color: Shamrock. HEX triplet: 28, E1 and 7F. RGB value is (40,225,127). Sum of RGB (Red+Green+Blue) = 40+225+127=392 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.20% from 392); Green value is 225 (88.28% from 255 or 57.40% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 225 - color contains mainly: green. Hex color #28E17F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28E17F is #D71E80. Grayscale: #9E9E9E. Windows color (decimal): -14098049 or 8380712. OLE color: 8380712.
HSL color Cylindrical-coordinate representation of color #28E17F: hue angle of 148.22º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E17F is Cyan = 0.82, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 225 | 127 | - |
| CMYK | 0.82 | 0 | 0.44 | 0.12 |
| HSL | 148.22º | 0.76% | 0.52% | - |
| HSV(B) | 148.22º | 0.82% | 0.88% | - |
| XYZ | 31.63 | 55.83 | 29.19 | - |
| YUV | 158.51 | 110.21 | 43.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 225 | 127 | 0.82 | 0 | 0.44 | 0.12 | 148.22 | 0.76 | 0.52 |
| Hex | 28 | E1 | 7F | 52 | 0 | 2C | C | 94 | 4C | 34 |
| Octal | 50 | 341 | 177 | 122 | 0 | 54 | 14 | 224 | 114 | 64 |
| Binary | 101000 | 11100001 | 1111111 | 1010010 | 0 | 101100 | 1100 | 10010100 | 1001100 | 110100 |
Color Harmonies of #28E17F
Complementary color
Monochromatic Colors of #28E17F
Black with #28E17F
Text Example
Text Example
White with #28E17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E17F; }
p { color: rgb(40,225,127); }
H1.HeaderClassName
{
color: #28E17F;
}
.AnyTagClassName
{
color: #28E17F;
}
</style>
background-color css
<style>
a { background-color: #28E17F; }
a { background-color: rgb(40,225,127); }
div.DivClassName
{
background-color: #28E17F;
}
.BgClassName
{
background-color: #28E17F;
}
</style>
border-color css
<style>
span { border-color: #28E17F; }
span { border-color: rgb(40,225,127); }
td.TdClassName
{
border-color: #28E17F;
}
.TagClassName
{
border-color: #28E17F;
}
</style>