Shades of Shamrock #4BDF95
Tints of Shamrock #4BDF95
RGB
CMYK
RGB Variations
Color information
#4BDF95 (or 0x4BDF95) is known color: Shamrock. HEX triplet: 4B, DF and 95. RGB value is (75,223,149). Sum of RGB (Red+Green+Blue) = 75+223+149=447 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.78% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDF95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDF95 is #B4206A. Grayscale: #AAAAAA. Windows color (decimal): -11804779 or 9822027. OLE color: 9822027.
HSL color Cylindrical-coordinate representation of color #4BDF95: hue angle of 150º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDF95 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 149 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.13 |
| HSL | 150º | 0.7% | 0.58% | - |
| HSV(B) | 150º | 0.66% | 0.87% | - |
| XYZ | 34.71 | 56.44 | 37.5 | - |
| YUV | 170.31 | 115.97 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 149 | 0.66 | 0 | 0.33 | 0.13 | 150 | 0.7 | 0.58 |
| Hex | 4B | DF | 95 | 42 | 0 | 21 | D | 96 | 46 | 3A |
| Octal | 113 | 337 | 225 | 102 | 0 | 41 | 15 | 226 | 106 | 72 |
| Binary | 1001011 | 11011111 | 10010101 | 1000010 | 0 | 100001 | 1101 | 10010110 | 1000110 | 111010 |
Color Harmonies of #4BDF95
Complementary color
Monochromatic Colors of #4BDF95
Black with #4BDF95
Text Example
Text Example
White with #4BDF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDF95; }
p { color: rgb(75,223,149); }
H1.HeaderClassName
{
color: #4BDF95;
}
.AnyTagClassName
{
color: #4BDF95;
}
</style>
background-color css
<style>
a { background-color: #4BDF95; }
a { background-color: rgb(75,223,149); }
div.DivClassName
{
background-color: #4BDF95;
}
.BgClassName
{
background-color: #4BDF95;
}
</style>
border-color css
<style>
span { border-color: #4BDF95; }
span { border-color: rgb(75,223,149); }
td.TdClassName
{
border-color: #4BDF95;
}
.TagClassName
{
border-color: #4BDF95;
}
</style>