Shades of Emerald #4BCA5C
Tints of Emerald #4BCA5C
RGB
CMYK
RGB Variations
Color information
#4BCA5C (or 0x4BCA5C) is known color: Emerald. HEX triplet: 4B, CA and 5C. RGB value is (75,202,92). Sum of RGB (Red+Green+Blue) = 75+202+92=369 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.33% from 369); Green value is 202 (79.30% from 255 or 54.74% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCA5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCA5C is #B435A3. Grayscale: #979797. Windows color (decimal): -11810212 or 6081099. OLE color: 6081099.
HSL color Cylindrical-coordinate representation of color #4BCA5C: hue angle of 128.03º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCA5C is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 202 | 92 | - |
| CMYK | 0.63 | 0 | 0.54 | 0.21 |
| HSL | 128.03º | 0.55% | 0.54% | - |
| HSV(B) | 128.03º | 0.63% | 0.79% | - |
| XYZ | 25.95 | 44.51 | 17.35 | - |
| YUV | 151.49 | 94.42 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 202 | 92 | 0.63 | 0 | 0.54 | 0.21 | 128.03 | 0.55 | 0.54 |
| Hex | 4B | CA | 5C | 3F | 0 | 36 | 15 | 80 | 37 | 36 |
| Octal | 113 | 312 | 134 | 77 | 0 | 66 | 25 | 200 | 67 | 66 |
| Binary | 1001011 | 11001010 | 1011100 | 111111 | 0 | 110110 | 10101 | 10000000 | 110111 | 110110 |
Color Harmonies of #4BCA5C
Complementary color
Monochromatic Colors of #4BCA5C
Black with #4BCA5C
Text Example
Text Example
White with #4BCA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCA5C; }
p { color: rgb(75,202,92); }
H1.HeaderClassName
{
color: #4BCA5C;
}
.AnyTagClassName
{
color: #4BCA5C;
}
</style>
background-color css
<style>
a { background-color: #4BCA5C; }
a { background-color: rgb(75,202,92); }
div.DivClassName
{
background-color: #4BCA5C;
}
.BgClassName
{
background-color: #4BCA5C;
}
</style>
border-color css
<style>
span { border-color: #4BCA5C; }
span { border-color: rgb(75,202,92); }
td.TdClassName
{
border-color: #4BCA5C;
}
.TagClassName
{
border-color: #4BCA5C;
}
</style>