Shades of Shamrock #4BF09B
Tints of Shamrock #4BF09B
RGB
CMYK
RGB Variations
Color information
#4BF09B (or 0x4BF09B) is known color: Shamrock. HEX triplet: 4B, F0 and 9B. RGB value is (75,240,155). Sum of RGB (Red+Green+Blue) = 75+240+155=470 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.96% from 470); Green value is 240 (94.14% from 255 or 51.06% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 240 - color contains mainly: green. Hex color #4BF09B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BF09B is #B40F64. Grayscale: #B5B5B5. Windows color (decimal): -11800421 or 10219595. OLE color: 10219595.
HSL color Cylindrical-coordinate representation of color #4BF09B: hue angle of 149.09º 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 #4BF09B is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 75 | 240 | 155 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.06 |
| HSL | 149.09º | 0.85% | 0.62% | - |
| HSV(B) | 149.09º | 0.69% | 0.94% | - |
| XYZ | 39.98 | 66.18 | 41.68 | - |
| YUV | 180.98 | 113.34 | 52.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 240 | 155 | 0.69 | 0 | 0.35 | 0.06 | 149.09 | 0.85 | 0.62 |
| Hex | 4B | F0 | 9B | 45 | 0 | 23 | 6 | 95 | 55 | 3E |
| Octal | 113 | 360 | 233 | 105 | 0 | 43 | 6 | 225 | 125 | 76 |
| Binary | 1001011 | 11110000 | 10011011 | 1000101 | 0 | 100011 | 110 | 10010101 | 1010101 | 111110 |
Color Harmonies of #4BF09B
Complementary color
Monochromatic Colors of #4BF09B
Black with #4BF09B
Text Example
Text Example
White with #4BF09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF09B; }
p { color: rgb(75,240,155); }
H1.HeaderClassName
{
color: #4BF09B;
}
.AnyTagClassName
{
color: #4BF09B;
}
</style>
background-color css
<style>
a { background-color: #4BF09B; }
a { background-color: rgb(75,240,155); }
div.DivClassName
{
background-color: #4BF09B;
}
.BgClassName
{
background-color: #4BF09B;
}
</style>
border-color css
<style>
span { border-color: #4BF09B; }
span { border-color: rgb(75,240,155); }
td.TdClassName
{
border-color: #4BF09B;
}
.TagClassName
{
border-color: #4BF09B;
}
</style>