Shades of Shamrock #28CF8E
Tints of Shamrock #28CF8E
RGB
CMYK
RGB Variations
Color information
#28CF8E (or 0x28CF8E) is known color: Shamrock. HEX triplet: 28, CF and 8E. RGB value is (40,207,142). Sum of RGB (Red+Green+Blue) = 40+207+142=389 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.28% from 389); Green value is 207 (81.25% from 255 or 53.21% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 207 - color contains mainly: green. Hex color #28CF8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28CF8E is #D73071. Grayscale: #959595. Windows color (decimal): -14102642 or 9359144. OLE color: 9359144.
HSL color Cylindrical-coordinate representation of color #28CF8E: hue angle of 156.65º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28CF8E is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 207 | 142 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.19 |
| HSL | 156.65º | 0.68% | 0.48% | - |
| HSV(B) | 156.65º | 0.81% | 0.81% | - |
| XYZ | 28.07 | 47.03 | 33.19 | - |
| YUV | 149.66 | 123.67 | 49.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 207 | 142 | 0.81 | 0 | 0.31 | 0.19 | 156.65 | 0.68 | 0.48 |
| Hex | 28 | CF | 8E | 51 | 0 | 1F | 13 | 9D | 44 | 30 |
| Octal | 50 | 317 | 216 | 121 | 0 | 37 | 23 | 235 | 104 | 60 |
| Binary | 101000 | 11001111 | 10001110 | 1010001 | 0 | 11111 | 10011 | 10011101 | 1000100 | 110000 |
Color Harmonies of #28CF8E
Complementary color
Monochromatic Colors of #28CF8E
Black with #28CF8E
Text Example
Text Example
White with #28CF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CF8E; }
p { color: rgb(40,207,142); }
H1.HeaderClassName
{
color: #28CF8E;
}
.AnyTagClassName
{
color: #28CF8E;
}
</style>
background-color css
<style>
a { background-color: #28CF8E; }
a { background-color: rgb(40,207,142); }
div.DivClassName
{
background-color: #28CF8E;
}
.BgClassName
{
background-color: #28CF8E;
}
</style>
border-color css
<style>
span { border-color: #28CF8E; }
span { border-color: rgb(40,207,142); }
td.TdClassName
{
border-color: #28CF8E;
}
.TagClassName
{
border-color: #28CF8E;
}
</style>