Shades of Shamrock #4BF09C
Tints of Shamrock #4BF09C
RGB
CMYK
RGB Variations
Color information
#4BF09C (or 0x4BF09C) is known color: Shamrock. HEX triplet: 4B, F0 and 9C. RGB value is (75,240,156). Sum of RGB (Red+Green+Blue) = 75+240+156=471 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.92% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #4BF09C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BF09C is #B40F63. Grayscale: #B5B5B5. Windows color (decimal): -11800420 or 10285131. OLE color: 10285131.
HSL color Cylindrical-coordinate representation of color #4BF09C: hue angle of 149.45º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BF09C is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 75 | 240 | 156 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.06 |
| HSL | 149.45º | 0.85% | 0.62% | - |
| HSV(B) | 149.45º | 0.69% | 0.94% | - |
| XYZ | 40.06 | 66.22 | 42.12 | - |
| YUV | 181.09 | 113.84 | 52.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 240 | 156 | 0.69 | 0 | 0.35 | 0.06 | 149.45 | 0.85 | 0.62 |
| Hex | 4B | F0 | 9C | 45 | 0 | 23 | 6 | 95 | 55 | 3E |
| Octal | 113 | 360 | 234 | 105 | 0 | 43 | 6 | 225 | 125 | 76 |
| Binary | 1001011 | 11110000 | 10011100 | 1000101 | 0 | 100011 | 110 | 10010101 | 1010101 | 111110 |
Color Harmonies of #4BF09C
Complementary color
Monochromatic Colors of #4BF09C
Black with #4BF09C
Text Example
Text Example
White with #4BF09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF09C; }
p { color: rgb(75,240,156); }
H1.HeaderClassName
{
color: #4BF09C;
}
.AnyTagClassName
{
color: #4BF09C;
}
</style>
background-color css
<style>
a { background-color: #4BF09C; }
a { background-color: rgb(75,240,156); }
div.DivClassName
{
background-color: #4BF09C;
}
.BgClassName
{
background-color: #4BF09C;
}
</style>
border-color css
<style>
span { border-color: #4BF09C; }
span { border-color: rgb(75,240,156); }
td.TdClassName
{
border-color: #4BF09C;
}
.TagClassName
{
border-color: #4BF09C;
}
</style>