Shades of Shamrock #28DF8A
Tints of Shamrock #28DF8A
RGB
CMYK
RGB Variations
Color information
#28DF8A (or 0x28DF8A) is known color: Shamrock. HEX triplet: 28, DF and 8A. RGB value is (40,223,138). Sum of RGB (Red+Green+Blue) = 40+223+138=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 223 (87.5% from 255 or 55.61% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 223 - color contains mainly: green. Hex color #28DF8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DF8A is #D72075. Grayscale: #9E9E9E. Windows color (decimal): -14098550 or 9101096. OLE color: 9101096.
HSL color Cylindrical-coordinate representation of color #28DF8A: hue angle of 152.13º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DF8A is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 223 | 138 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.13 |
| HSL | 152.13º | 0.74% | 0.52% | - |
| HSV(B) | 152.13º | 0.82% | 0.87% | - |
| XYZ | 31.85 | 55.06 | 32.99 | - |
| YUV | 158.59 | 116.37 | 43.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 223 | 138 | 0.82 | 0 | 0.38 | 0.13 | 152.13 | 0.74 | 0.52 |
| Hex | 28 | DF | 8A | 52 | 0 | 26 | D | 98 | 4A | 34 |
| Octal | 50 | 337 | 212 | 122 | 0 | 46 | 15 | 230 | 112 | 64 |
| Binary | 101000 | 11011111 | 10001010 | 1010010 | 0 | 100110 | 1101 | 10011000 | 1001010 | 110100 |
Color Harmonies of #28DF8A
Complementary color
Monochromatic Colors of #28DF8A
Black with #28DF8A
Text Example
Text Example
White with #28DF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DF8A; }
p { color: rgb(40,223,138); }
H1.HeaderClassName
{
color: #28DF8A;
}
.AnyTagClassName
{
color: #28DF8A;
}
</style>
background-color css
<style>
a { background-color: #28DF8A; }
a { background-color: rgb(40,223,138); }
div.DivClassName
{
background-color: #28DF8A;
}
.BgClassName
{
background-color: #28DF8A;
}
</style>
border-color css
<style>
span { border-color: #28DF8A; }
span { border-color: rgb(40,223,138); }
td.TdClassName
{
border-color: #28DF8A;
}
.TagClassName
{
border-color: #28DF8A;
}
</style>