Shades of Shamrock #4BDF91
Tints of Shamrock #4BDF91
RGB
CMYK
RGB Variations
Color information
#4BDF91 (or 0x4BDF91) is known color: Shamrock. HEX triplet: 4B, DF and 91. RGB value is (75,223,145). Sum of RGB (Red+Green+Blue) = 75+223+145=443 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.93% from 443); Green value is 223 (87.5% from 255 or 50.34% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDF91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDF91 is #B4206E. Grayscale: #AAAAAA. Windows color (decimal): -11804783 or 9559883. OLE color: 9559883.
HSL color Cylindrical-coordinate representation of color #4BDF91: hue angle of 148.38º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDF91 is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 145 | - |
| CMYK | 0.66 | 0 | 0.35 | 0.13 |
| HSL | 148.38º | 0.7% | 0.58% | - |
| HSV(B) | 148.38º | 0.66% | 0.87% | - |
| XYZ | 34.4 | 56.32 | 35.84 | - |
| YUV | 169.86 | 113.97 | 60.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 145 | 0.66 | 0 | 0.35 | 0.13 | 148.38 | 0.7 | 0.58 |
| Hex | 4B | DF | 91 | 42 | 0 | 23 | D | 94 | 46 | 3A |
| Octal | 113 | 337 | 221 | 102 | 0 | 43 | 15 | 224 | 106 | 72 |
| Binary | 1001011 | 11011111 | 10010001 | 1000010 | 0 | 100011 | 1101 | 10010100 | 1000110 | 111010 |
Color Harmonies of #4BDF91
Complementary color
Monochromatic Colors of #4BDF91
Black with #4BDF91
Text Example
Text Example
White with #4BDF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDF91; }
p { color: rgb(75,223,145); }
H1.HeaderClassName
{
color: #4BDF91;
}
.AnyTagClassName
{
color: #4BDF91;
}
</style>
background-color css
<style>
a { background-color: #4BDF91; }
a { background-color: rgb(75,223,145); }
div.DivClassName
{
background-color: #4BDF91;
}
.BgClassName
{
background-color: #4BDF91;
}
</style>
border-color css
<style>
span { border-color: #4BDF91; }
span { border-color: rgb(75,223,145); }
td.TdClassName
{
border-color: #4BDF91;
}
.TagClassName
{
border-color: #4BDF91;
}
</style>