Shades of Shamrock #28ED88
Tints of Shamrock #28ED88
RGB
CMYK
RGB Variations
Color information
#28ED88 (or 0x28ED88) is known color: Shamrock. HEX triplet: 28, ED and 88. RGB value is (40,237,136). Sum of RGB (Red+Green+Blue) = 40+237+136=413 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.69% from 413); Green value is 237 (92.97% from 255 or 57.38% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 237 - color contains mainly: green. Hex color #28ED88 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28ED88 is #D71277. Grayscale: #A6A6A6. Windows color (decimal): -14094968 or 8973608. OLE color: 8973608.
HSL color Cylindrical-coordinate representation of color #28ED88: hue angle of 149.24º 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 #28ED88 is Cyan = 0.83, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 237 | 136 | - |
| CMYK | 0.83 | 0 | 0.43 | 0.07 |
| HSL | 149.24º | 0.85% | 0.54% | - |
| HSV(B) | 149.24º | 0.83% | 0.93% | - |
| XYZ | 35.6 | 62.8 | 33.54 | - |
| YUV | 166.58 | 110.73 | 37.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 237 | 136 | 0.83 | 0 | 0.43 | 0.07 | 149.24 | 0.85 | 0.54 |
| Hex | 28 | ED | 88 | 53 | 0 | 2B | 7 | 95 | 55 | 36 |
| Octal | 50 | 355 | 210 | 123 | 0 | 53 | 7 | 225 | 125 | 66 |
| Binary | 101000 | 11101101 | 10001000 | 1010011 | 0 | 101011 | 111 | 10010101 | 1010101 | 110110 |
Color Harmonies of #28ED88
Complementary color
Monochromatic Colors of #28ED88
Black with #28ED88
Text Example
Text Example
White with #28ED88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ED88; }
p { color: rgb(40,237,136); }
H1.HeaderClassName
{
color: #28ED88;
}
.AnyTagClassName
{
color: #28ED88;
}
</style>
background-color css
<style>
a { background-color: #28ED88; }
a { background-color: rgb(40,237,136); }
div.DivClassName
{
background-color: #28ED88;
}
.BgClassName
{
background-color: #28ED88;
}
</style>
border-color css
<style>
span { border-color: #28ED88; }
span { border-color: rgb(40,237,136); }
td.TdClassName
{
border-color: #28ED88;
}
.TagClassName
{
border-color: #28ED88;
}
</style>