Shades of Shamrock #4BD694
Tints of Shamrock #4BD694
RGB
CMYK
RGB Variations
Color information
#4BD694 (or 0x4BD694) is known color: Shamrock. HEX triplet: 4B, D6 and 94. RGB value is (75,214,148). Sum of RGB (Red+Green+Blue) = 75+214+148=437 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.16% from 437); Green value is 214 (83.98% from 255 or 48.97% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 214 - color contains mainly: green. Hex color #4BD694 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD694 is #B4296B. Grayscale: #A5A5A5. Windows color (decimal): -11807084 or 9754187. OLE color: 9754187.
HSL color Cylindrical-coordinate representation of color #4BD694: hue angle of 151.51º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD694 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 75 | 214 | 148 | - |
| CMYK | 0.65 | 0 | 0.31 | 0.16 |
| HSL | 151.51º | 0.63% | 0.57% | - |
| HSV(B) | 151.51º | 0.65% | 0.84% | - |
| XYZ | 32.29 | 51.73 | 36.3 | - |
| YUV | 164.92 | 118.45 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 214 | 148 | 0.65 | 0 | 0.31 | 0.16 | 151.51 | 0.63 | 0.57 |
| Hex | 4B | D6 | 94 | 41 | 0 | 1F | 10 | 98 | 3F | 39 |
| Octal | 113 | 326 | 224 | 101 | 0 | 37 | 20 | 230 | 77 | 71 |
| Binary | 1001011 | 11010110 | 10010100 | 1000001 | 0 | 11111 | 10000 | 10011000 | 111111 | 111001 |
Color Harmonies of #4BD694
Complementary color
Monochromatic Colors of #4BD694
Black with #4BD694
Text Example
Text Example
White with #4BD694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD694; }
p { color: rgb(75,214,148); }
H1.HeaderClassName
{
color: #4BD694;
}
.AnyTagClassName
{
color: #4BD694;
}
</style>
background-color css
<style>
a { background-color: #4BD694; }
a { background-color: rgb(75,214,148); }
div.DivClassName
{
background-color: #4BD694;
}
.BgClassName
{
background-color: #4BD694;
}
</style>
border-color css
<style>
span { border-color: #4BD694; }
span { border-color: rgb(75,214,148); }
td.TdClassName
{
border-color: #4BD694;
}
.TagClassName
{
border-color: #4BD694;
}
</style>