Shades of Shamrock #4BC992
Tints of Shamrock #4BC992
RGB
CMYK
RGB Variations
Color information
#4BC992 (or 0x4BC992) is known color: Shamrock. HEX triplet: 4B, C9 and 92. RGB value is (75,201,146). Sum of RGB (Red+Green+Blue) = 75+201+146=422 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.77% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 201 - color contains mainly: green. Hex color #4BC992 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC992 is #B4366D. Grayscale: #9D9D9D. Windows color (decimal): -11810414 or 9619787. OLE color: 9619787.
HSL color Cylindrical-coordinate representation of color #4BC992: hue angle of 153.81º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BC992 is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 201 | 146 | - |
| CMYK | 0.63 | 0 | 0.27 | 0.21 |
| HSL | 153.81º | 0.54% | 0.54% | - |
| HSV(B) | 153.81º | 0.63% | 0.79% | - |
| XYZ | 28.98 | 45.34 | 34.42 | - |
| YUV | 157.06 | 121.76 | 69.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 201 | 146 | 0.63 | 0 | 0.27 | 0.21 | 153.81 | 0.54 | 0.54 |
| Hex | 4B | C9 | 92 | 3F | 0 | 1B | 15 | 9A | 36 | 36 |
| Octal | 113 | 311 | 222 | 77 | 0 | 33 | 25 | 232 | 66 | 66 |
| Binary | 1001011 | 11001001 | 10010010 | 111111 | 0 | 11011 | 10101 | 10011010 | 110110 | 110110 |
Color Harmonies of #4BC992
Complementary color
Monochromatic Colors of #4BC992
Black with #4BC992
Text Example
Text Example
White with #4BC992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC992; }
p { color: rgb(75,201,146); }
H1.HeaderClassName
{
color: #4BC992;
}
.AnyTagClassName
{
color: #4BC992;
}
</style>
background-color css
<style>
a { background-color: #4BC992; }
a { background-color: rgb(75,201,146); }
div.DivClassName
{
background-color: #4BC992;
}
.BgClassName
{
background-color: #4BC992;
}
</style>
border-color css
<style>
span { border-color: #4BC992; }
span { border-color: rgb(75,201,146); }
td.TdClassName
{
border-color: #4BC992;
}
.TagClassName
{
border-color: #4BC992;
}
</style>