Shades of Shamrock #4BF29C
Tints of Shamrock #4BF29C
RGB
CMYK
RGB Variations
Color information
#4BF29C (or 0x4BF29C) is known color: Shamrock. HEX triplet: 4B, F2 and 9C. RGB value is (75,242,156). Sum of RGB (Red+Green+Blue) = 75+242+156=473 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.86% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #4BF29C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BF29C is #B40D63. Grayscale: #B6B6B6. Windows color (decimal): -11799908 or 10285643. OLE color: 10285643.
HSL color Cylindrical-coordinate representation of color #4BF29C: hue angle of 149.1º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BF29C is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 242 | 156 | - |
| CMYK | 0.69 | 0 | 0.36 | 0.05 |
| HSL | 149.1º | 0.87% | 0.62% | - |
| HSV(B) | 149.1º | 0.69% | 0.95% | - |
| XYZ | 40.65 | 67.4 | 42.32 | - |
| YUV | 182.26 | 113.17 | 51.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 242 | 156 | 0.69 | 0 | 0.36 | 0.05 | 149.1 | 0.87 | 0.62 |
| Hex | 4B | F2 | 9C | 45 | 0 | 24 | 5 | 95 | 57 | 3E |
| Octal | 113 | 362 | 234 | 105 | 0 | 44 | 5 | 225 | 127 | 76 |
| Binary | 1001011 | 11110010 | 10011100 | 1000101 | 0 | 100100 | 101 | 10010101 | 1010111 | 111110 |
Color Harmonies of #4BF29C
Complementary color
Monochromatic Colors of #4BF29C
Black with #4BF29C
Text Example
Text Example
White with #4BF29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF29C; }
p { color: rgb(75,242,156); }
H1.HeaderClassName
{
color: #4BF29C;
}
.AnyTagClassName
{
color: #4BF29C;
}
</style>
background-color css
<style>
a { background-color: #4BF29C; }
a { background-color: rgb(75,242,156); }
div.DivClassName
{
background-color: #4BF29C;
}
.BgClassName
{
background-color: #4BF29C;
}
</style>
border-color css
<style>
span { border-color: #4BF29C; }
span { border-color: rgb(75,242,156); }
td.TdClassName
{
border-color: #4BF29C;
}
.TagClassName
{
border-color: #4BF29C;
}
</style>