Shades of Shamrock #4BDDA2
Tints of Shamrock #4BDDA2
RGB
CMYK
RGB Variations
Color information
#4BDDA2 (or 0x4BDDA2) is known color: Shamrock. HEX triplet: 4B, DD and A2. RGB value is (75,221,162). Sum of RGB (Red+Green+Blue) = 75+221+162=458 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.38% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDDA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDDA2 is #B4225D. Grayscale: #AAAAAA. Windows color (decimal): -11805278 or 10673483. OLE color: 10673483.
HSL color Cylindrical-coordinate representation of color #4BDDA2: hue angle of 155.75º 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 #4BDDA2 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 221 | 162 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.13 |
| HSL | 155.75º | 0.68% | 0.58% | - |
| HSV(B) | 155.75º | 0.66% | 0.87% | - |
| XYZ | 35.28 | 55.82 | 43.1 | - |
| YUV | 170.62 | 123.13 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 221 | 162 | 0.66 | 0 | 0.27 | 0.13 | 155.75 | 0.68 | 0.58 |
| Hex | 4B | DD | A2 | 42 | 0 | 1B | D | 9C | 44 | 3A |
| Octal | 113 | 335 | 242 | 102 | 0 | 33 | 15 | 234 | 104 | 72 |
| Binary | 1001011 | 11011101 | 10100010 | 1000010 | 0 | 11011 | 1101 | 10011100 | 1000100 | 111010 |
Color Harmonies of #4BDDA2
Complementary color
Monochromatic Colors of #4BDDA2
Black with #4BDDA2
Text Example
Text Example
White with #4BDDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDDA2; }
p { color: rgb(75,221,162); }
H1.HeaderClassName
{
color: #4BDDA2;
}
.AnyTagClassName
{
color: #4BDDA2;
}
</style>
background-color css
<style>
a { background-color: #4BDDA2; }
a { background-color: rgb(75,221,162); }
div.DivClassName
{
background-color: #4BDDA2;
}
.BgClassName
{
background-color: #4BDDA2;
}
</style>
border-color css
<style>
span { border-color: #4BDDA2; }
span { border-color: rgb(75,221,162); }
td.TdClassName
{
border-color: #4BDDA2;
}
.TagClassName
{
border-color: #4BDDA2;
}
</style>