Shades of Shamrock #4BDD92
Tints of Shamrock #4BDD92
RGB
CMYK
RGB Variations
Color information
#4BDD92 (or 0x4BDD92) is known color: Shamrock. HEX triplet: 4B, DD and 92. RGB value is (75,221,146). Sum of RGB (Red+Green+Blue) = 75+221+146=442 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.97% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDD92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDD92 is #B4226D. Grayscale: #A8A8A8. Windows color (decimal): -11805294 or 9624907. OLE color: 9624907.
HSL color Cylindrical-coordinate representation of color #4BDD92: hue angle of 149.18º degrees, saturation: 0.68, 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 #4BDD92 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 221 | 146 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.13 |
| HSL | 149.18º | 0.68% | 0.58% | - |
| HSV(B) | 149.18º | 0.66% | 0.87% | - |
| XYZ | 33.95 | 55.28 | 36.08 | - |
| YUV | 168.8 | 115.13 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 221 | 146 | 0.66 | 0 | 0.34 | 0.13 | 149.18 | 0.68 | 0.58 |
| Hex | 4B | DD | 92 | 42 | 0 | 22 | D | 95 | 44 | 3A |
| Octal | 113 | 335 | 222 | 102 | 0 | 42 | 15 | 225 | 104 | 72 |
| Binary | 1001011 | 11011101 | 10010010 | 1000010 | 0 | 100010 | 1101 | 10010101 | 1000100 | 111010 |
Color Harmonies of #4BDD92
Complementary color
Monochromatic Colors of #4BDD92
Black with #4BDD92
Text Example
Text Example
White with #4BDD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDD92; }
p { color: rgb(75,221,146); }
H1.HeaderClassName
{
color: #4BDD92;
}
.AnyTagClassName
{
color: #4BDD92;
}
</style>
background-color css
<style>
a { background-color: #4BDD92; }
a { background-color: rgb(75,221,146); }
div.DivClassName
{
background-color: #4BDD92;
}
.BgClassName
{
background-color: #4BDD92;
}
</style>
border-color css
<style>
span { border-color: #4BDD92; }
span { border-color: rgb(75,221,146); }
td.TdClassName
{
border-color: #4BDD92;
}
.TagClassName
{
border-color: #4BDD92;
}
</style>