Shades of Shamrock #4FDD95
Tints of Shamrock #4FDD95
RGB
CMYK
RGB Variations
Color information
#4FDD95 (or 0x4FDD95) is known color: Shamrock. HEX triplet: 4F, DD and 95. RGB value is (79,221,149). Sum of RGB (Red+Green+Blue) = 79+221+149=449 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.59% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDD95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FDD95 is #B0226A. Grayscale: #AAAAAA. Windows color (decimal): -11543147 or 9821519. OLE color: 9821519.
HSL color Cylindrical-coordinate representation of color #4FDD95: hue angle of 149.58º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDD95 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 149 | - |
| CMYK | 0.64 | 0 | 0.33 | 0.13 |
| HSL | 149.58º | 0.68% | 0.59% | - |
| HSV(B) | 149.58º | 0.64% | 0.87% | - |
| XYZ | 34.51 | 55.55 | 37.34 | - |
| YUV | 170.33 | 115.96 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 149 | 0.64 | 0 | 0.33 | 0.13 | 149.58 | 0.68 | 0.59 |
| Hex | 4F | DD | 95 | 40 | 0 | 21 | D | 96 | 44 | 3B |
| Octal | 117 | 335 | 225 | 100 | 0 | 41 | 15 | 226 | 104 | 73 |
| Binary | 1001111 | 11011101 | 10010101 | 1000000 | 0 | 100001 | 1101 | 10010110 | 1000100 | 111011 |
Color Harmonies of #4FDD95
Complementary color
Monochromatic Colors of #4FDD95
Black with #4FDD95
Text Example
Text Example
White with #4FDD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDD95; }
p { color: rgb(79,221,149); }
H1.HeaderClassName
{
color: #4FDD95;
}
.AnyTagClassName
{
color: #4FDD95;
}
</style>
background-color css
<style>
a { background-color: #4FDD95; }
a { background-color: rgb(79,221,149); }
div.DivClassName
{
background-color: #4FDD95;
}
.BgClassName
{
background-color: #4FDD95;
}
</style>
border-color css
<style>
span { border-color: #4FDD95; }
span { border-color: rgb(79,221,149); }
td.TdClassName
{
border-color: #4FDD95;
}
.TagClassName
{
border-color: #4FDD95;
}
</style>