Shades of Shamrock #28DF7D
Tints of Shamrock #28DF7D
RGB
CMYK
RGB Variations
Color information
#28DF7D (or 0x28DF7D) is known color: Shamrock. HEX triplet: 28, DF and 7D. RGB value is (40,223,125). Sum of RGB (Red+Green+Blue) = 40+223+125=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 223 (87.5% from 255 or 57.47% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 223 - color contains mainly: green. Hex color #28DF7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28DF7D is #D72082. Grayscale: #9D9D9D. Windows color (decimal): -14098563 or 8249128. OLE color: 8249128.
HSL color Cylindrical-coordinate representation of color #28DF7D: hue angle of 147.87º 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 #28DF7D is Cyan = 0.82, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 223 | 125 | - |
| CMYK | 0.82 | 0 | 0.44 | 0.13 |
| HSL | 147.87º | 0.74% | 0.52% | - |
| HSV(B) | 147.87º | 0.82% | 0.87% | - |
| XYZ | 30.96 | 54.71 | 28.33 | - |
| YUV | 157.11 | 109.87 | 44.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 223 | 125 | 0.82 | 0 | 0.44 | 0.13 | 147.87 | 0.74 | 0.52 |
| Hex | 28 | DF | 7D | 52 | 0 | 2C | D | 94 | 4A | 34 |
| Octal | 50 | 337 | 175 | 122 | 0 | 54 | 15 | 224 | 112 | 64 |
| Binary | 101000 | 11011111 | 1111101 | 1010010 | 0 | 101100 | 1101 | 10010100 | 1001010 | 110100 |
Color Harmonies of #28DF7D
Complementary color
Monochromatic Colors of #28DF7D
Black with #28DF7D
Text Example
Text Example
White with #28DF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DF7D; }
p { color: rgb(40,223,125); }
H1.HeaderClassName
{
color: #28DF7D;
}
.AnyTagClassName
{
color: #28DF7D;
}
</style>
background-color css
<style>
a { background-color: #28DF7D; }
a { background-color: rgb(40,223,125); }
div.DivClassName
{
background-color: #28DF7D;
}
.BgClassName
{
background-color: #28DF7D;
}
</style>
border-color css
<style>
span { border-color: #28DF7D; }
span { border-color: rgb(40,223,125); }
td.TdClassName
{
border-color: #28DF7D;
}
.TagClassName
{
border-color: #28DF7D;
}
</style>