Shades of Shamrock #4BDC94
Tints of Shamrock #4BDC94
RGB
CMYK
RGB Variations
Color information
#4BDC94 (or 0x4BDC94) is known color: Shamrock. HEX triplet: 4B, DC and 94. RGB value is (75,220,148). Sum of RGB (Red+Green+Blue) = 75+220+148=443 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.93% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDC94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDC94 is #B4236B. Grayscale: #A8A8A8. Windows color (decimal): -11805548 or 9755723. OLE color: 9755723.
HSL color Cylindrical-coordinate representation of color #4BDC94: hue angle of 150.21º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDC94 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 220 | 148 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.14 |
| HSL | 150.21º | 0.67% | 0.58% | - |
| HSV(B) | 150.21º | 0.66% | 0.86% | - |
| XYZ | 33.84 | 54.82 | 36.81 | - |
| YUV | 168.44 | 116.46 | 61.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 220 | 148 | 0.66 | 0 | 0.33 | 0.14 | 150.21 | 0.67 | 0.58 |
| Hex | 4B | DC | 94 | 42 | 0 | 21 | E | 96 | 43 | 3A |
| Octal | 113 | 334 | 224 | 102 | 0 | 41 | 16 | 226 | 103 | 72 |
| Binary | 1001011 | 11011100 | 10010100 | 1000010 | 0 | 100001 | 1110 | 10010110 | 1000011 | 111010 |
Color Harmonies of #4BDC94
Complementary color
Monochromatic Colors of #4BDC94
Black with #4BDC94
Text Example
Text Example
White with #4BDC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDC94; }
p { color: rgb(75,220,148); }
H1.HeaderClassName
{
color: #4BDC94;
}
.AnyTagClassName
{
color: #4BDC94;
}
</style>
background-color css
<style>
a { background-color: #4BDC94; }
a { background-color: rgb(75,220,148); }
div.DivClassName
{
background-color: #4BDC94;
}
.BgClassName
{
background-color: #4BDC94;
}
</style>
border-color css
<style>
span { border-color: #4BDC94; }
span { border-color: rgb(75,220,148); }
td.TdClassName
{
border-color: #4BDC94;
}
.TagClassName
{
border-color: #4BDC94;
}
</style>