Shades of Shamrock #4FDC95
Tints of Shamrock #4FDC95
RGB
CMYK
RGB Variations
Color information
#4FDC95 (or 0x4FDC95) is known color: Shamrock. HEX triplet: 4F, DC and 95. RGB value is (79,220,149). Sum of RGB (Red+Green+Blue) = 79+220+149=448 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.63% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDC95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FDC95 is #B0236A. Grayscale: #A9A9A9. Windows color (decimal): -11543403 or 9821263. OLE color: 9821263.
HSL color Cylindrical-coordinate representation of color #4FDC95: hue angle of 149.79º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDC95 is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 220 | 149 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.14 |
| HSL | 149.79º | 0.67% | 0.59% | - |
| HSV(B) | 149.79º | 0.64% | 0.86% | - |
| XYZ | 34.24 | 55.02 | 37.25 | - |
| YUV | 169.75 | 116.29 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 220 | 149 | 0.64 | 0 | 0.32 | 0.14 | 149.79 | 0.67 | 0.59 |
| Hex | 4F | DC | 95 | 40 | 0 | 20 | E | 96 | 43 | 3B |
| Octal | 117 | 334 | 225 | 100 | 0 | 40 | 16 | 226 | 103 | 73 |
| Binary | 1001111 | 11011100 | 10010101 | 1000000 | 0 | 100000 | 1110 | 10010110 | 1000011 | 111011 |
Color Harmonies of #4FDC95
Complementary color
Monochromatic Colors of #4FDC95
Black with #4FDC95
Text Example
Text Example
White with #4FDC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDC95; }
p { color: rgb(79,220,149); }
H1.HeaderClassName
{
color: #4FDC95;
}
.AnyTagClassName
{
color: #4FDC95;
}
</style>
background-color css
<style>
a { background-color: #4FDC95; }
a { background-color: rgb(79,220,149); }
div.DivClassName
{
background-color: #4FDC95;
}
.BgClassName
{
background-color: #4FDC95;
}
</style>
border-color css
<style>
span { border-color: #4FDC95; }
span { border-color: rgb(79,220,149); }
td.TdClassName
{
border-color: #4FDC95;
}
.TagClassName
{
border-color: #4FDC95;
}
</style>