Shades of Shamrock #28DA7E
Tints of Shamrock #28DA7E
RGB
CMYK
RGB Variations
Color information
#28DA7E (or 0x28DA7E) is known color: Shamrock. HEX triplet: 28, DA and 7E. RGB value is (40,218,126). Sum of RGB (Red+Green+Blue) = 40+218+126=384 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.42% from 384); Green value is 218 (85.55% from 255 or 56.77% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 218 - color contains mainly: green. Hex color #28DA7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28DA7E is #D72581. Grayscale: #9A9A9A. Windows color (decimal): -14099842 or 8313384. OLE color: 8313384.
HSL color Cylindrical-coordinate representation of color #28DA7E: hue angle of 148.99º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DA7E is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 218 | 126 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.15 |
| HSL | 148.99º | 0.71% | 0.51% | - |
| HSV(B) | 148.99º | 0.82% | 0.85% | - |
| XYZ | 29.71 | 52.1 | 28.23 | - |
| YUV | 154.29 | 112.03 | 46.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 218 | 126 | 0.82 | 0 | 0.42 | 0.15 | 148.99 | 0.71 | 0.51 |
| Hex | 28 | DA | 7E | 52 | 0 | 2A | F | 95 | 47 | 33 |
| Octal | 50 | 332 | 176 | 122 | 0 | 52 | 17 | 225 | 107 | 63 |
| Binary | 101000 | 11011010 | 1111110 | 1010010 | 0 | 101010 | 1111 | 10010101 | 1000111 | 110011 |
Color Harmonies of #28DA7E
Complementary color
Monochromatic Colors of #28DA7E
Black with #28DA7E
Text Example
Text Example
White with #28DA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DA7E; }
p { color: rgb(40,218,126); }
H1.HeaderClassName
{
color: #28DA7E;
}
.AnyTagClassName
{
color: #28DA7E;
}
</style>
background-color css
<style>
a { background-color: #28DA7E; }
a { background-color: rgb(40,218,126); }
div.DivClassName
{
background-color: #28DA7E;
}
.BgClassName
{
background-color: #28DA7E;
}
</style>
border-color css
<style>
span { border-color: #28DA7E; }
span { border-color: rgb(40,218,126); }
td.TdClassName
{
border-color: #28DA7E;
}
.TagClassName
{
border-color: #28DA7E;
}
</style>