Shades of Shamrock #4CF695
Tints of Shamrock #4CF695
RGB
CMYK
RGB Variations
Color information
#4CF695 (or 0x4CF695) is known color: Shamrock. HEX triplet: 4C, F6 and 95. RGB value is (76,246,149). Sum of RGB (Red+Green+Blue) = 76+246+149=471 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.14% from 471); Green value is 246 (96.48% from 255 or 52.23% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 246 - color contains mainly: green. Hex color #4CF695 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CF695 is #B3096A. Grayscale: #B8B8B8. Windows color (decimal): -11733355 or 9827916. OLE color: 9827916.
HSL color Cylindrical-coordinate representation of color #4CF695: hue angle of 145.76º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF695 is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 76 | 246 | 149 | - |
| CMYK | 0.69 | 0 | 0.39 | 0.04 |
| HSL | 145.76º | 0.9% | 0.63% | - |
| HSV(B) | 145.76º | 0.69% | 0.96% | - |
| XYZ | 41.36 | 69.62 | 39.69 | - |
| YUV | 184.11 | 108.18 | 50.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 246 | 149 | 0.69 | 0 | 0.39 | 0.04 | 145.76 | 0.9 | 0.63 |
| Hex | 4C | F6 | 95 | 45 | 0 | 27 | 4 | 92 | 5A | 3F |
| Octal | 114 | 366 | 225 | 105 | 0 | 47 | 4 | 222 | 132 | 77 |
| Binary | 1001100 | 11110110 | 10010101 | 1000101 | 0 | 100111 | 100 | 10010010 | 1011010 | 111111 |
Color Harmonies of #4CF695
Complementary color
Monochromatic Colors of #4CF695
Black with #4CF695
Text Example
Text Example
White with #4CF695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF695; }
p { color: rgb(76,246,149); }
H1.HeaderClassName
{
color: #4CF695;
}
.AnyTagClassName
{
color: #4CF695;
}
</style>
background-color css
<style>
a { background-color: #4CF695; }
a { background-color: rgb(76,246,149); }
div.DivClassName
{
background-color: #4CF695;
}
.BgClassName
{
background-color: #4CF695;
}
</style>
border-color css
<style>
span { border-color: #4CF695; }
span { border-color: rgb(76,246,149); }
td.TdClassName
{
border-color: #4CF695;
}
.TagClassName
{
border-color: #4CF695;
}
</style>