Shades of Emerald #4BCD75
Tints of Emerald #4BCD75
RGB
CMYK
RGB Variations
Color information
#4BCD75 (or 0x4BCD75) is known color: Emerald. HEX triplet: 4B, CD and 75. RGB value is (75,205,117). Sum of RGB (Red+Green+Blue) = 75+205+117=397 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.89% from 397); Green value is 205 (80.47% from 255 or 51.64% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCD75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCD75 is #B4328A. Grayscale: #9C9C9C. Windows color (decimal): -11809419 or 7720267. OLE color: 7720267.
HSL color Cylindrical-coordinate representation of color #4BCD75: hue angle of 139.38º degrees, saturation: 0.57, 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 #4BCD75 is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 205 | 117 | - |
| CMYK | 0.63 | 0 | 0.43 | 0.20 |
| HSL | 139.38º | 0.57% | 0.55% | - |
| HSV(B) | 139.38º | 0.63% | 0.8% | - |
| XYZ | 27.94 | 46.44 | 24.32 | - |
| YUV | 156.1 | 105.93 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 205 | 117 | 0.63 | 0 | 0.43 | 0.20 | 139.38 | 0.57 | 0.55 |
| Hex | 4B | CD | 75 | 3F | 0 | 2B | 14 | 8B | 39 | 37 |
| Octal | 113 | 315 | 165 | 77 | 0 | 53 | 24 | 213 | 71 | 67 |
| Binary | 1001011 | 11001101 | 1110101 | 111111 | 0 | 101011 | 10100 | 10001011 | 111001 | 110111 |
Color Harmonies of #4BCD75
Complementary color
Monochromatic Colors of #4BCD75
Black with #4BCD75
Text Example
Text Example
White with #4BCD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCD75; }
p { color: rgb(75,205,117); }
H1.HeaderClassName
{
color: #4BCD75;
}
.AnyTagClassName
{
color: #4BCD75;
}
</style>
background-color css
<style>
a { background-color: #4BCD75; }
a { background-color: rgb(75,205,117); }
div.DivClassName
{
background-color: #4BCD75;
}
.BgClassName
{
background-color: #4BCD75;
}
</style>
border-color css
<style>
span { border-color: #4BCD75; }
span { border-color: rgb(75,205,117); }
td.TdClassName
{
border-color: #4BCD75;
}
.TagClassName
{
border-color: #4BCD75;
}
</style>