Shades of Emerald #4BCC75
Tints of Emerald #4BCC75
RGB
CMYK
RGB Variations
Color information
#4BCC75 (or 0x4BCC75) is known color: Emerald. HEX triplet: 4B, CC and 75. RGB value is (75,204,117). Sum of RGB (Red+Green+Blue) = 75+204+117=396 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.94% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #4BCC75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCC75 is #B4338A. Grayscale: #9B9B9B. Windows color (decimal): -11809675 or 7720011. OLE color: 7720011.
HSL color Cylindrical-coordinate representation of color #4BCC75: hue angle of 139.53º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCC75 is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 75 | 204 | 117 | - |
| CMYK | 0.63 | 0 | 0.43 | 0.2 |
| HSL | 139.53º | 0.56% | 0.55% | - |
| HSV(B) | 139.53º | 0.63% | 0.8% | - |
| XYZ | 27.71 | 45.97 | 24.24 | - |
| YUV | 155.51 | 106.26 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 204 | 117 | 0.63 | 0 | 0.43 | 0.2 | 139.53 | 0.56 | 0.55 |
| Hex | 4B | CC | 75 | 3F | 0 | 2B | 14 | 8C | 38 | 37 |
| Octal | 113 | 314 | 165 | 77 | 0 | 53 | 24 | 214 | 70 | 67 |
| Binary | 1001011 | 11001100 | 1110101 | 111111 | 0 | 101011 | 10100 | 10001100 | 111000 | 110111 |
Color Harmonies of #4BCC75
Complementary color
Monochromatic Colors of #4BCC75
Black with #4BCC75
Text Example
Text Example
White with #4BCC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCC75; }
p { color: rgb(75,204,117); }
H1.HeaderClassName
{
color: #4BCC75;
}
.AnyTagClassName
{
color: #4BCC75;
}
</style>
background-color css
<style>
a { background-color: #4BCC75; }
a { background-color: rgb(75,204,117); }
div.DivClassName
{
background-color: #4BCC75;
}
.BgClassName
{
background-color: #4BCC75;
}
</style>
border-color css
<style>
span { border-color: #4BCC75; }
span { border-color: rgb(75,204,117); }
td.TdClassName
{
border-color: #4BCC75;
}
.TagClassName
{
border-color: #4BCC75;
}
</style>