Shades of Shamrock #28D68F
Tints of Shamrock #28D68F
RGB
CMYK
RGB Variations
Color information
#28D68F (or 0x28D68F) is known color: Shamrock. HEX triplet: 28, D6 and 8F. RGB value is (40,214,143). Sum of RGB (Red+Green+Blue) = 40+214+143=397 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.08% from 397); Green value is 214 (83.98% from 255 or 53.90% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 214 - color contains mainly: green. Hex color #28D68F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28D68F is #D72970. Grayscale: #999999. Windows color (decimal): -14100849 or 9426472. OLE color: 9426472.
HSL color Cylindrical-coordinate representation of color #28D68F: hue angle of 155.52º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D68F is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 214 | 143 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.16 |
| HSL | 155.52º | 0.69% | 0.5% | - |
| HSV(B) | 155.52º | 0.81% | 0.84% | - |
| XYZ | 29.88 | 50.53 | 34.16 | - |
| YUV | 153.88 | 121.85 | 46.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 214 | 143 | 0.81 | 0 | 0.33 | 0.16 | 155.52 | 0.69 | 0.5 |
| Hex | 28 | D6 | 8F | 51 | 0 | 21 | 10 | 9C | 45 | 32 |
| Octal | 50 | 326 | 217 | 121 | 0 | 41 | 20 | 234 | 105 | 62 |
| Binary | 101000 | 11010110 | 10001111 | 1010001 | 0 | 100001 | 10000 | 10011100 | 1000101 | 110010 |
Color Harmonies of #28D68F
Complementary color
Monochromatic Colors of #28D68F
Black with #28D68F
Text Example
Text Example
White with #28D68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D68F; }
p { color: rgb(40,214,143); }
H1.HeaderClassName
{
color: #28D68F;
}
.AnyTagClassName
{
color: #28D68F;
}
</style>
background-color css
<style>
a { background-color: #28D68F; }
a { background-color: rgb(40,214,143); }
div.DivClassName
{
background-color: #28D68F;
}
.BgClassName
{
background-color: #28D68F;
}
</style>
border-color css
<style>
span { border-color: #28D68F; }
span { border-color: rgb(40,214,143); }
td.TdClassName
{
border-color: #28D68F;
}
.TagClassName
{
border-color: #28D68F;
}
</style>