Shades of Shamrock #4BF696
Tints of Shamrock #4BF696
RGB
CMYK
RGB Variations
Color information
#4BF696 (or 0x4BF696) is known color: Shamrock. HEX triplet: 4B, F6 and 96. RGB value is (75,246,150). Sum of RGB (Red+Green+Blue) = 75+246+150=471 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.92% from 471); Green value is 246 (96.48% from 255 or 52.23% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 246 - color contains mainly: green. Hex color #4BF696 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BF696 is #B40969. Grayscale: #B8B8B8. Windows color (decimal): -11798890 or 9893451. OLE color: 9893451.
HSL color Cylindrical-coordinate representation of color #4BF696: hue angle of 146.32º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BF696 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 75 | 246 | 150 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.04 |
| HSL | 146.32º | 0.9% | 0.63% | - |
| HSV(B) | 146.32º | 0.7% | 0.96% | - |
| XYZ | 41.36 | 69.61 | 40.11 | - |
| YUV | 183.93 | 108.85 | 50.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 246 | 150 | 0.70 | 0 | 0.39 | 0.04 | 146.32 | 0.9 | 0.63 |
| Hex | 4B | F6 | 96 | 46 | 0 | 27 | 4 | 92 | 5A | 3F |
| Octal | 113 | 366 | 226 | 106 | 0 | 47 | 4 | 222 | 132 | 77 |
| Binary | 1001011 | 11110110 | 10010110 | 1000110 | 0 | 100111 | 100 | 10010010 | 1011010 | 111111 |
Color Harmonies of #4BF696
Complementary color
Monochromatic Colors of #4BF696
Black with #4BF696
Text Example
Text Example
White with #4BF696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF696; }
p { color: rgb(75,246,150); }
H1.HeaderClassName
{
color: #4BF696;
}
.AnyTagClassName
{
color: #4BF696;
}
</style>
background-color css
<style>
a { background-color: #4BF696; }
a { background-color: rgb(75,246,150); }
div.DivClassName
{
background-color: #4BF696;
}
.BgClassName
{
background-color: #4BF696;
}
</style>
border-color css
<style>
span { border-color: #4BF696; }
span { border-color: rgb(75,246,150); }
td.TdClassName
{
border-color: #4BF696;
}
.TagClassName
{
border-color: #4BF696;
}
</style>