Shades of Shamrock #4FDD98
Tints of Shamrock #4FDD98
RGB
CMYK
RGB Variations
Color information
#4FDD98 (or 0x4FDD98) is known color: Shamrock. HEX triplet: 4F, DD and 98. RGB value is (79,221,152). Sum of RGB (Red+Green+Blue) = 79+221+152=452 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.48% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDD98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FDD98 is #B02267. Grayscale: #AAAAAA. Windows color (decimal): -11543144 or 10018127. OLE color: 10018127.
HSL color Cylindrical-coordinate representation of color #4FDD98: hue angle of 150.85º 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 #4FDD98 is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 152 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.13 |
| HSL | 150.85º | 0.68% | 0.59% | - |
| HSV(B) | 150.85º | 0.64% | 0.87% | - |
| XYZ | 34.75 | 55.64 | 38.61 | - |
| YUV | 170.68 | 117.46 | 62.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 152 | 0.64 | 0 | 0.31 | 0.13 | 150.85 | 0.68 | 0.59 |
| Hex | 4F | DD | 98 | 40 | 0 | 1F | D | 97 | 44 | 3B |
| Octal | 117 | 335 | 230 | 100 | 0 | 37 | 15 | 227 | 104 | 73 |
| Binary | 1001111 | 11011101 | 10011000 | 1000000 | 0 | 11111 | 1101 | 10010111 | 1000100 | 111011 |
Color Harmonies of #4FDD98
Complementary color
Monochromatic Colors of #4FDD98
Black with #4FDD98
Text Example
Text Example
White with #4FDD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDD98; }
p { color: rgb(79,221,152); }
H1.HeaderClassName
{
color: #4FDD98;
}
.AnyTagClassName
{
color: #4FDD98;
}
</style>
background-color css
<style>
a { background-color: #4FDD98; }
a { background-color: rgb(79,221,152); }
div.DivClassName
{
background-color: #4FDD98;
}
.BgClassName
{
background-color: #4FDD98;
}
</style>
border-color css
<style>
span { border-color: #4FDD98; }
span { border-color: rgb(79,221,152); }
td.TdClassName
{
border-color: #4FDD98;
}
.TagClassName
{
border-color: #4FDD98;
}
</style>