Shades of Shamrock #4BDA9D
Tints of Shamrock #4BDA9D
RGB
CMYK
RGB Variations
Color information
#4BDA9D (or 0x4BDA9D) is known color: Shamrock. HEX triplet: 4B, DA and 9D. RGB value is (75,218,157). Sum of RGB (Red+Green+Blue) = 75+218+157=450 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.67% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDA9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDA9D is #B42562. Grayscale: #A8A8A8. Windows color (decimal): -11806051 or 10345035. OLE color: 10345035.
HSL color Cylindrical-coordinate representation of color #4BDA9D: hue angle of 154.41º 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 #4BDA9D is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 218 | 157 | - |
| CMYK | 0.66 | 0 | 0.28 | 0.15 |
| HSL | 154.41º | 0.66% | 0.57% | - |
| HSV(B) | 154.41º | 0.66% | 0.85% | - |
| XYZ | 34.06 | 54.07 | 40.54 | - |
| YUV | 168.29 | 121.62 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 218 | 157 | 0.66 | 0 | 0.28 | 0.15 | 154.41 | 0.66 | 0.57 |
| Hex | 4B | DA | 9D | 42 | 0 | 1C | F | 9A | 42 | 39 |
| Octal | 113 | 332 | 235 | 102 | 0 | 34 | 17 | 232 | 102 | 71 |
| Binary | 1001011 | 11011010 | 10011101 | 1000010 | 0 | 11100 | 1111 | 10011010 | 1000010 | 111001 |
Color Harmonies of #4BDA9D
Complementary color
Monochromatic Colors of #4BDA9D
Black with #4BDA9D
Text Example
Text Example
White with #4BDA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDA9D; }
p { color: rgb(75,218,157); }
H1.HeaderClassName
{
color: #4BDA9D;
}
.AnyTagClassName
{
color: #4BDA9D;
}
</style>
background-color css
<style>
a { background-color: #4BDA9D; }
a { background-color: rgb(75,218,157); }
div.DivClassName
{
background-color: #4BDA9D;
}
.BgClassName
{
background-color: #4BDA9D;
}
</style>
border-color css
<style>
span { border-color: #4BDA9D; }
span { border-color: rgb(75,218,157); }
td.TdClassName
{
border-color: #4BDA9D;
}
.TagClassName
{
border-color: #4BDA9D;
}
</style>