Shades of Shamrock #28DF7F
Tints of Shamrock #28DF7F
RGB
CMYK
RGB Variations
Color information
#28DF7F (or 0x28DF7F) is known color: Shamrock. HEX triplet: 28, DF and 7F. RGB value is (40,223,127). Sum of RGB (Red+Green+Blue) = 40+223+127=390 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.26% from 390); Green value is 223 (87.5% from 255 or 57.18% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 223 - color contains mainly: green. Hex color #28DF7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28DF7F is #D72080. Grayscale: #9D9D9D. Windows color (decimal): -14098561 or 8380200. OLE color: 8380200.
HSL color Cylindrical-coordinate representation of color #28DF7F: hue angle of 148.52º 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 #28DF7F is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 223 | 127 | - |
| CMYK | 0.82 | 0 | 0.43 | 0.13 |
| HSL | 148.52º | 0.74% | 0.52% | - |
| HSV(B) | 148.52º | 0.82% | 0.87% | - |
| XYZ | 31.09 | 54.76 | 29.01 | - |
| YUV | 157.34 | 110.87 | 44.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 223 | 127 | 0.82 | 0 | 0.43 | 0.13 | 148.52 | 0.74 | 0.52 |
| Hex | 28 | DF | 7F | 52 | 0 | 2B | D | 95 | 4A | 34 |
| Octal | 50 | 337 | 177 | 122 | 0 | 53 | 15 | 225 | 112 | 64 |
| Binary | 101000 | 11011111 | 1111111 | 1010010 | 0 | 101011 | 1101 | 10010101 | 1001010 | 110100 |
Color Harmonies of #28DF7F
Complementary color
Monochromatic Colors of #28DF7F
Black with #28DF7F
Text Example
Text Example
White with #28DF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DF7F; }
p { color: rgb(40,223,127); }
H1.HeaderClassName
{
color: #28DF7F;
}
.AnyTagClassName
{
color: #28DF7F;
}
</style>
background-color css
<style>
a { background-color: #28DF7F; }
a { background-color: rgb(40,223,127); }
div.DivClassName
{
background-color: #28DF7F;
}
.BgClassName
{
background-color: #28DF7F;
}
</style>
border-color css
<style>
span { border-color: #28DF7F; }
span { border-color: rgb(40,223,127); }
td.TdClassName
{
border-color: #28DF7F;
}
.TagClassName
{
border-color: #28DF7F;
}
</style>