Shades of Shamrock #28ED96
Tints of Shamrock #28ED96
RGB
CMYK
RGB Variations
Color information
#28ED96 (or 0x28ED96) is known color: Shamrock. HEX triplet: 28, ED and 96. RGB value is (40,237,150). Sum of RGB (Red+Green+Blue) = 40+237+150=427 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.37% from 427); Green value is 237 (92.97% from 255 or 55.50% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 237 - color contains mainly: green. Hex color #28ED96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28ED96 is #D71269. Grayscale: #A8A8A8. Windows color (decimal): -14094954 or 9891112. OLE color: 9891112.
HSL color Cylindrical-coordinate representation of color #28ED96: hue angle of 153.5º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28ED96 is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 237 | 150 | - |
| CMYK | 0.83 | 0 | 0.37 | 0.07 |
| HSL | 153.5º | 0.85% | 0.54% | - |
| HSV(B) | 153.5º | 0.83% | 0.93% | - |
| XYZ | 36.66 | 63.22 | 39.12 | - |
| YUV | 168.18 | 117.73 | 36.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 237 | 150 | 0.83 | 0 | 0.37 | 0.07 | 153.5 | 0.85 | 0.54 |
| Hex | 28 | ED | 96 | 53 | 0 | 25 | 7 | 9A | 55 | 36 |
| Octal | 50 | 355 | 226 | 123 | 0 | 45 | 7 | 232 | 125 | 66 |
| Binary | 101000 | 11101101 | 10010110 | 1010011 | 0 | 100101 | 111 | 10011010 | 1010101 | 110110 |
Color Harmonies of #28ED96
Complementary color
Monochromatic Colors of #28ED96
Black with #28ED96
Text Example
Text Example
White with #28ED96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ED96; }
p { color: rgb(40,237,150); }
H1.HeaderClassName
{
color: #28ED96;
}
.AnyTagClassName
{
color: #28ED96;
}
</style>
background-color css
<style>
a { background-color: #28ED96; }
a { background-color: rgb(40,237,150); }
div.DivClassName
{
background-color: #28ED96;
}
.BgClassName
{
background-color: #28ED96;
}
</style>
border-color css
<style>
span { border-color: #28ED96; }
span { border-color: rgb(40,237,150); }
td.TdClassName
{
border-color: #28ED96;
}
.TagClassName
{
border-color: #28ED96;
}
</style>