Shades of Emerald #4BC27D
Tints of Emerald #4BC27D
RGB
CMYK
RGB Variations
Color information
#4BC27D (or 0x4BC27D) is known color: Emerald. HEX triplet: 4B, C2 and 7D. RGB value is (75,194,125). Sum of RGB (Red+Green+Blue) = 75+194+125=394 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.04% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #4BC27D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC27D is #B43D82. Grayscale: #969696. Windows color (decimal): -11812227 or 8241739. OLE color: 8241739.
HSL color Cylindrical-coordinate representation of color #4BC27D: hue angle of 145.21º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BC27D is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 75 | 194 | 125 | - |
| CMYK | 0.61 | 0 | 0.36 | 0.24 |
| HSL | 145.21º | 0.49% | 0.53% | - |
| HSV(B) | 145.21º | 0.61% | 0.76% | - |
| XYZ | 25.9 | 41.56 | 26.06 | - |
| YUV | 150.55 | 113.58 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 194 | 125 | 0.61 | 0 | 0.36 | 0.24 | 145.21 | 0.49 | 0.53 |
| Hex | 4B | C2 | 7D | 3D | 0 | 24 | 18 | 91 | 31 | 35 |
| Octal | 113 | 302 | 175 | 75 | 0 | 44 | 30 | 221 | 61 | 65 |
| Binary | 1001011 | 11000010 | 1111101 | 111101 | 0 | 100100 | 11000 | 10010001 | 110001 | 110101 |
Color Harmonies of #4BC27D
Complementary color
Monochromatic Colors of #4BC27D
Black with #4BC27D
Text Example
Text Example
White with #4BC27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC27D; }
p { color: rgb(75,194,125); }
H1.HeaderClassName
{
color: #4BC27D;
}
.AnyTagClassName
{
color: #4BC27D;
}
</style>
background-color css
<style>
a { background-color: #4BC27D; }
a { background-color: rgb(75,194,125); }
div.DivClassName
{
background-color: #4BC27D;
}
.BgClassName
{
background-color: #4BC27D;
}
</style>
border-color css
<style>
span { border-color: #4BC27D; }
span { border-color: rgb(75,194,125); }
td.TdClassName
{
border-color: #4BC27D;
}
.TagClassName
{
border-color: #4BC27D;
}
</style>