Shades of Shamrock #4BCA8F
Tints of Shamrock #4BCA8F
RGB
CMYK
RGB Variations
Color information
#4BCA8F (or 0x4BCA8F) is known color: Shamrock. HEX triplet: 4B, CA and 8F. RGB value is (75,202,143). Sum of RGB (Red+Green+Blue) = 75+202+143=420 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.86% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCA8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCA8F is #B43570. Grayscale: #9D9D9D. Windows color (decimal): -11810161 or 9423435. OLE color: 9423435.
HSL color Cylindrical-coordinate representation of color #4BCA8F: hue angle of 152.13º degrees, saturation: 0.55, 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 #4BCA8F is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 202 | 143 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.21 |
| HSL | 152.13º | 0.55% | 0.54% | - |
| HSV(B) | 152.13º | 0.63% | 0.79% | - |
| XYZ | 28.98 | 45.72 | 33.28 | - |
| YUV | 157.3 | 119.92 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 202 | 143 | 0.63 | 0 | 0.29 | 0.21 | 152.13 | 0.55 | 0.54 |
| Hex | 4B | CA | 8F | 3F | 0 | 1D | 15 | 98 | 37 | 36 |
| Octal | 113 | 312 | 217 | 77 | 0 | 35 | 25 | 230 | 67 | 66 |
| Binary | 1001011 | 11001010 | 10001111 | 111111 | 0 | 11101 | 10101 | 10011000 | 110111 | 110110 |
Color Harmonies of #4BCA8F
Complementary color
Monochromatic Colors of #4BCA8F
Black with #4BCA8F
Text Example
Text Example
White with #4BCA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCA8F; }
p { color: rgb(75,202,143); }
H1.HeaderClassName
{
color: #4BCA8F;
}
.AnyTagClassName
{
color: #4BCA8F;
}
</style>
background-color css
<style>
a { background-color: #4BCA8F; }
a { background-color: rgb(75,202,143); }
div.DivClassName
{
background-color: #4BCA8F;
}
.BgClassName
{
background-color: #4BCA8F;
}
</style>
border-color css
<style>
span { border-color: #4BCA8F; }
span { border-color: rgb(75,202,143); }
td.TdClassName
{
border-color: #4BCA8F;
}
.TagClassName
{
border-color: #4BCA8F;
}
</style>