Shades of Emerald #4BC25F
Tints of Emerald #4BC25F
RGB
CMYK
RGB Variations
Color information
#4BC25F (or 0x4BC25F) is known color: Emerald. HEX triplet: 4B, C2 and 5F. RGB value is (75,194,95). Sum of RGB (Red+Green+Blue) = 75+194+95=364 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.60% from 364); Green value is 194 (76.17% from 255 or 53.30% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 194 - color contains mainly: green. Hex color #4BC25F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC25F is #B43DA0. Grayscale: #939393. Windows color (decimal): -11812257 or 6275659. OLE color: 6275659.
HSL color Cylindrical-coordinate representation of color #4BC25F: hue angle of 130.08º 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 #4BC25F is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 75 | 194 | 95 | - |
| CMYK | 0.61 | 0 | 0.51 | 0.24 |
| HSL | 130.08º | 0.49% | 0.53% | - |
| HSV(B) | 130.08º | 0.61% | 0.76% | - |
| XYZ | 24.26 | 40.91 | 17.44 | - |
| YUV | 147.13 | 98.58 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 194 | 95 | 0.61 | 0 | 0.51 | 0.24 | 130.08 | 0.49 | 0.53 |
| Hex | 4B | C2 | 5F | 3D | 0 | 33 | 18 | 82 | 31 | 35 |
| Octal | 113 | 302 | 137 | 75 | 0 | 63 | 30 | 202 | 61 | 65 |
| Binary | 1001011 | 11000010 | 1011111 | 111101 | 0 | 110011 | 11000 | 10000010 | 110001 | 110101 |
Color Harmonies of #4BC25F
Complementary color
Monochromatic Colors of #4BC25F
Black with #4BC25F
Text Example
Text Example
White with #4BC25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC25F; }
p { color: rgb(75,194,95); }
H1.HeaderClassName
{
color: #4BC25F;
}
.AnyTagClassName
{
color: #4BC25F;
}
</style>
background-color css
<style>
a { background-color: #4BC25F; }
a { background-color: rgb(75,194,95); }
div.DivClassName
{
background-color: #4BC25F;
}
.BgClassName
{
background-color: #4BC25F;
}
</style>
border-color css
<style>
span { border-color: #4BC25F; }
span { border-color: rgb(75,194,95); }
td.TdClassName
{
border-color: #4BC25F;
}
.TagClassName
{
border-color: #4BC25F;
}
</style>