Shades of Shamrock #4BFC99
Tints of Shamrock #4BFC99
RGB
CMYK
RGB Variations
Color information
#4BFC99 (or 0x4BFC99) is known color: Shamrock. HEX triplet: 4B, FC and 99. RGB value is (75,252,153). Sum of RGB (Red+Green+Blue) = 75+252+153=480 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.62% from 480); Green value is 252 (98.83% from 255 or 52.5% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFC99 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BFC99 is #B40366. Grayscale: #BCBCBC. Windows color (decimal): -11797351 or 10091595. OLE color: 10091595.
HSL color Cylindrical-coordinate representation of color #4BFC99: hue angle of 146.44º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFC99 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 252 | 153 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.01 |
| HSL | 146.44º | 0.97% | 0.64% | - |
| HSV(B) | 146.44º | 0.7% | 0.99% | - |
| XYZ | 43.46 | 73.42 | 42.02 | - |
| YUV | 187.79 | 108.36 | 47.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 252 | 153 | 0.70 | 0 | 0.39 | 0.01 | 146.44 | 0.97 | 0.64 |
| Hex | 4B | FC | 99 | 46 | 0 | 27 | 1 | 92 | 61 | 40 |
| Octal | 113 | 374 | 231 | 106 | 0 | 47 | 1 | 222 | 141 | 100 |
| Binary | 1001011 | 11111100 | 10011001 | 1000110 | 0 | 100111 | 1 | 10010010 | 1100001 | 1000000 |
Color Harmonies of #4BFC99
Complementary color
Monochromatic Colors of #4BFC99
Black with #4BFC99
Text Example
Text Example
White with #4BFC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFC99; }
p { color: rgb(75,252,153); }
H1.HeaderClassName
{
color: #4BFC99;
}
.AnyTagClassName
{
color: #4BFC99;
}
</style>
background-color css
<style>
a { background-color: #4BFC99; }
a { background-color: rgb(75,252,153); }
div.DivClassName
{
background-color: #4BFC99;
}
.BgClassName
{
background-color: #4BFC99;
}
</style>
border-color css
<style>
span { border-color: #4BFC99; }
span { border-color: rgb(75,252,153); }
td.TdClassName
{
border-color: #4BFC99;
}
.TagClassName
{
border-color: #4BFC99;
}
</style>