Shades of Shamrock #4BDFA3
Tints of Shamrock #4BDFA3
RGB
CMYK
RGB Variations
Color information
#4BDFA3 (or 0x4BDFA3) is known color: Shamrock. HEX triplet: 4B, DF and A3. RGB value is (75,223,163). Sum of RGB (Red+Green+Blue) = 75+223+163=461 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.27% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDFA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDFA3 is #B4205C. Grayscale: #ACACAC. Windows color (decimal): -11804765 or 10739531. OLE color: 10739531.
HSL color Cylindrical-coordinate representation of color #4BDFA3: hue angle of 155.68º degrees, saturation: 0.7, 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 #4BDFA3 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 163 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.13 |
| HSL | 155.68º | 0.7% | 0.58% | - |
| HSV(B) | 155.68º | 0.66% | 0.87% | - |
| XYZ | 35.9 | 56.92 | 43.74 | - |
| YUV | 171.91 | 122.97 | 58.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 163 | 0.66 | 0 | 0.27 | 0.13 | 155.68 | 0.7 | 0.58 |
| Hex | 4B | DF | A3 | 42 | 0 | 1B | D | 9C | 46 | 3A |
| Octal | 113 | 337 | 243 | 102 | 0 | 33 | 15 | 234 | 106 | 72 |
| Binary | 1001011 | 11011111 | 10100011 | 1000010 | 0 | 11011 | 1101 | 10011100 | 1000110 | 111010 |
Color Harmonies of #4BDFA3
Complementary color
Monochromatic Colors of #4BDFA3
Black with #4BDFA3
Text Example
Text Example
White with #4BDFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDFA3; }
p { color: rgb(75,223,163); }
H1.HeaderClassName
{
color: #4BDFA3;
}
.AnyTagClassName
{
color: #4BDFA3;
}
</style>
background-color css
<style>
a { background-color: #4BDFA3; }
a { background-color: rgb(75,223,163); }
div.DivClassName
{
background-color: #4BDFA3;
}
.BgClassName
{
background-color: #4BDFA3;
}
</style>
border-color css
<style>
span { border-color: #4BDFA3; }
span { border-color: rgb(75,223,163); }
td.TdClassName
{
border-color: #4BDFA3;
}
.TagClassName
{
border-color: #4BDFA3;
}
</style>