Shades of Shamrock #4BD293
Tints of Shamrock #4BD293
RGB
CMYK
RGB Variations
Color information
#4BD293 (or 0x4BD293) is known color: Shamrock. HEX triplet: 4B, D2 and 93. RGB value is (75,210,147). Sum of RGB (Red+Green+Blue) = 75+210+147=432 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.36% from 432); Green value is 210 (82.42% from 255 or 48.61% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 210 - color contains mainly: green. Hex color #4BD293 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD293 is #B42D6C. Grayscale: #A2A2A2. Windows color (decimal): -11808109 or 9687627. OLE color: 9687627.
HSL color Cylindrical-coordinate representation of color #4BD293: hue angle of 152º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD293 is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 210 | 147 | - |
| CMYK | 0.64 | 0 | 0.30 | 0.18 |
| HSL | 152º | 0.6% | 0.56% | - |
| HSV(B) | 152º | 0.64% | 0.82% | - |
| XYZ | 31.21 | 49.7 | 35.55 | - |
| YUV | 162.45 | 119.27 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 210 | 147 | 0.64 | 0 | 0.30 | 0.18 | 152 | 0.6 | 0.56 |
| Hex | 4B | D2 | 93 | 40 | 0 | 1E | 12 | 98 | 3C | 38 |
| Octal | 113 | 322 | 223 | 100 | 0 | 36 | 22 | 230 | 74 | 70 |
| Binary | 1001011 | 11010010 | 10010011 | 1000000 | 0 | 11110 | 10010 | 10011000 | 111100 | 111000 |
Color Harmonies of #4BD293
Complementary color
Monochromatic Colors of #4BD293
Black with #4BD293
Text Example
Text Example
White with #4BD293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD293; }
p { color: rgb(75,210,147); }
H1.HeaderClassName
{
color: #4BD293;
}
.AnyTagClassName
{
color: #4BD293;
}
</style>
background-color css
<style>
a { background-color: #4BD293; }
a { background-color: rgb(75,210,147); }
div.DivClassName
{
background-color: #4BD293;
}
.BgClassName
{
background-color: #4BD293;
}
</style>
border-color css
<style>
span { border-color: #4BD293; }
span { border-color: rgb(75,210,147); }
td.TdClassName
{
border-color: #4BD293;
}
.TagClassName
{
border-color: #4BD293;
}
</style>