Shades of Shamrock #4CFB96
Tints of Shamrock #4CFB96
RGB
CMYK
RGB Variations
Color information
#4CFB96 (or 0x4CFB96) is known color: Shamrock. HEX triplet: 4C, FB and 96. RGB value is (76,251,150). Sum of RGB (Red+Green+Blue) = 76+251+150=477 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.93% from 477); Green value is 251 (98.44% from 255 or 52.62% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFB96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CFB96 is #B30469. Grayscale: #BBBBBB. Windows color (decimal): -11732074 or 9894732. OLE color: 9894732.
HSL color Cylindrical-coordinate representation of color #4CFB96: hue angle of 145.37º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFB96 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 150 | - |
| CMYK | 0.70 | 0 | 0.40 | 0.02 |
| HSL | 145.37º | 0.96% | 0.64% | - |
| HSV(B) | 145.37º | 0.7% | 0.98% | - |
| XYZ | 42.98 | 72.73 | 40.63 | - |
| YUV | 187.16 | 107.02 | 48.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 150 | 0.70 | 0 | 0.40 | 0.02 | 145.37 | 0.96 | 0.64 |
| Hex | 4C | FB | 96 | 46 | 0 | 28 | 2 | 91 | 60 | 40 |
| Octal | 114 | 373 | 226 | 106 | 0 | 50 | 2 | 221 | 140 | 100 |
| Binary | 1001100 | 11111011 | 10010110 | 1000110 | 0 | 101000 | 10 | 10010001 | 1100000 | 1000000 |
Color Harmonies of #4CFB96
Complementary color
Monochromatic Colors of #4CFB96
Black with #4CFB96
Text Example
Text Example
White with #4CFB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFB96; }
p { color: rgb(76,251,150); }
H1.HeaderClassName
{
color: #4CFB96;
}
.AnyTagClassName
{
color: #4CFB96;
}
</style>
background-color css
<style>
a { background-color: #4CFB96; }
a { background-color: rgb(76,251,150); }
div.DivClassName
{
background-color: #4CFB96;
}
.BgClassName
{
background-color: #4CFB96;
}
</style>
border-color css
<style>
span { border-color: #4CFB96; }
span { border-color: rgb(76,251,150); }
td.TdClassName
{
border-color: #4CFB96;
}
.TagClassName
{
border-color: #4CFB96;
}
</style>