Shades of Shamrock #4BDA9C
Tints of Shamrock #4BDA9C
RGB
CMYK
RGB Variations
Color information
#4BDA9C (or 0x4BDA9C) is known color: Shamrock. HEX triplet: 4B, DA and 9C. RGB value is (75,218,156). Sum of RGB (Red+Green+Blue) = 75+218+156=449 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.70% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDA9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDA9C is #B42563. Grayscale: #A8A8A8. Windows color (decimal): -11806052 or 10279499. OLE color: 10279499.
HSL color Cylindrical-coordinate representation of color #4BDA9C: hue angle of 153.99º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDA9C is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 218 | 156 | - |
| CMYK | 0.66 | 0 | 0.28 | 0.15 |
| HSL | 153.99º | 0.66% | 0.57% | - |
| HSV(B) | 153.99º | 0.66% | 0.85% | - |
| XYZ | 33.97 | 54.04 | 40.09 | - |
| YUV | 168.18 | 121.12 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 218 | 156 | 0.66 | 0 | 0.28 | 0.15 | 153.99 | 0.66 | 0.57 |
| Hex | 4B | DA | 9C | 42 | 0 | 1C | F | 9A | 42 | 39 |
| Octal | 113 | 332 | 234 | 102 | 0 | 34 | 17 | 232 | 102 | 71 |
| Binary | 1001011 | 11011010 | 10011100 | 1000010 | 0 | 11100 | 1111 | 10011010 | 1000010 | 111001 |
Color Harmonies of #4BDA9C
Complementary color
Monochromatic Colors of #4BDA9C
Black with #4BDA9C
Text Example
Text Example
White with #4BDA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDA9C; }
p { color: rgb(75,218,156); }
H1.HeaderClassName
{
color: #4BDA9C;
}
.AnyTagClassName
{
color: #4BDA9C;
}
</style>
background-color css
<style>
a { background-color: #4BDA9C; }
a { background-color: rgb(75,218,156); }
div.DivClassName
{
background-color: #4BDA9C;
}
.BgClassName
{
background-color: #4BDA9C;
}
</style>
border-color css
<style>
span { border-color: #4BDA9C; }
span { border-color: rgb(75,218,156); }
td.TdClassName
{
border-color: #4BDA9C;
}
.TagClassName
{
border-color: #4BDA9C;
}
</style>