Shades of Shamrock #28DD93
Tints of Shamrock #28DD93
RGB
CMYK
RGB Variations
Color information
#28DD93 (or 0x28DD93) is known color: Shamrock. HEX triplet: 28, DD and 93. RGB value is (40,221,147). Sum of RGB (Red+Green+Blue) = 40+221+147=408 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.80% from 408); Green value is 221 (86.72% from 255 or 54.17% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DD93 is #D7226C. Grayscale: #9E9E9E. Windows color (decimal): -14099053 or 9690408. OLE color: 9690408.
HSL color Cylindrical-coordinate representation of color #28DD93: hue angle of 155.47º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DD93 is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 147 | - |
| CMYK | 0.82 | 0 | 0.33 | 0.13 |
| HSL | 155.47º | 0.73% | 0.51% | - |
| HSV(B) | 155.47º | 0.82% | 0.87% | - |
| XYZ | 32 | 54.27 | 36.39 | - |
| YUV | 158.45 | 121.53 | 43.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 147 | 0.82 | 0 | 0.33 | 0.13 | 155.47 | 0.73 | 0.51 |
| Hex | 28 | DD | 93 | 52 | 0 | 21 | D | 9B | 49 | 33 |
| Octal | 50 | 335 | 223 | 122 | 0 | 41 | 15 | 233 | 111 | 63 |
| Binary | 101000 | 11011101 | 10010011 | 1010010 | 0 | 100001 | 1101 | 10011011 | 1001001 | 110011 |
Color Harmonies of #28DD93
Complementary color
Monochromatic Colors of #28DD93
Black with #28DD93
Text Example
Text Example
White with #28DD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DD93; }
p { color: rgb(40,221,147); }
H1.HeaderClassName
{
color: #28DD93;
}
.AnyTagClassName
{
color: #28DD93;
}
</style>
background-color css
<style>
a { background-color: #28DD93; }
a { background-color: rgb(40,221,147); }
div.DivClassName
{
background-color: #28DD93;
}
.BgClassName
{
background-color: #28DD93;
}
</style>
border-color css
<style>
span { border-color: #28DD93; }
span { border-color: rgb(40,221,147); }
td.TdClassName
{
border-color: #28DD93;
}
.TagClassName
{
border-color: #28DD93;
}
</style>