Shades of Shamrock #4FF495
Tints of Shamrock #4FF495
RGB
CMYK
RGB Variations
Color information
#4FF495 (or 0x4FF495) is known color: Shamrock. HEX triplet: 4F, F4 and 95. RGB value is (79,244,149). Sum of RGB (Red+Green+Blue) = 79+244+149=472 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.74% from 472); Green value is 244 (95.70% from 255 or 51.69% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 244 - color contains mainly: green. Hex color #4FF495 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4FF495 is #B00B6A. Grayscale: #B8B8B8. Windows color (decimal): -11537259 or 9827407. OLE color: 9827407.
HSL color Cylindrical-coordinate representation of color #4FF495: hue angle of 145.45º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FF495 is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 79 | 244 | 149 | - |
| CMYK | 0.68 | 0 | 0.39 | 0.04 |
| HSL | 145.45º | 0.88% | 0.63% | - |
| HSV(B) | 145.45º | 0.68% | 0.96% | - |
| XYZ | 41 | 68.53 | 39.5 | - |
| YUV | 183.84 | 108.34 | 53.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 244 | 149 | 0.68 | 0 | 0.39 | 0.04 | 145.45 | 0.88 | 0.63 |
| Hex | 4F | F4 | 95 | 44 | 0 | 27 | 4 | 91 | 58 | 3F |
| Octal | 117 | 364 | 225 | 104 | 0 | 47 | 4 | 221 | 130 | 77 |
| Binary | 1001111 | 11110100 | 10010101 | 1000100 | 0 | 100111 | 100 | 10010001 | 1011000 | 111111 |
Color Harmonies of #4FF495
Complementary color
Monochromatic Colors of #4FF495
Black with #4FF495
Text Example
Text Example
White with #4FF495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF495; }
p { color: rgb(79,244,149); }
H1.HeaderClassName
{
color: #4FF495;
}
.AnyTagClassName
{
color: #4FF495;
}
</style>
background-color css
<style>
a { background-color: #4FF495; }
a { background-color: rgb(79,244,149); }
div.DivClassName
{
background-color: #4FF495;
}
.BgClassName
{
background-color: #4FF495;
}
</style>
border-color css
<style>
span { border-color: #4FF495; }
span { border-color: rgb(79,244,149); }
td.TdClassName
{
border-color: #4FF495;
}
.TagClassName
{
border-color: #4FF495;
}
</style>