Shades of Emerald #4BCA62
Tints of Emerald #4BCA62
RGB
CMYK
RGB Variations
Color information
#4BCA62 (or 0x4BCA62) is known color: Emerald. HEX triplet: 4B, CA and 62. RGB value is (75,202,98). Sum of RGB (Red+Green+Blue) = 75+202+98=375 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20% from 375); Green value is 202 (79.30% from 255 or 53.87% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCA62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCA62 is #B4359D. Grayscale: #989898. Windows color (decimal): -11810206 or 6474315. OLE color: 6474315.
HSL color Cylindrical-coordinate representation of color #4BCA62: hue angle of 130.87º 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 #4BCA62 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 202 | 98 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.21 |
| HSL | 130.87º | 0.55% | 0.54% | - |
| HSV(B) | 130.87º | 0.63% | 0.79% | - |
| XYZ | 26.23 | 44.62 | 18.79 | - |
| YUV | 152.17 | 97.42 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 202 | 98 | 0.63 | 0 | 0.51 | 0.21 | 130.87 | 0.55 | 0.54 |
| Hex | 4B | CA | 62 | 3F | 0 | 33 | 15 | 83 | 37 | 36 |
| Octal | 113 | 312 | 142 | 77 | 0 | 63 | 25 | 203 | 67 | 66 |
| Binary | 1001011 | 11001010 | 1100010 | 111111 | 0 | 110011 | 10101 | 10000011 | 110111 | 110110 |
Color Harmonies of #4BCA62
Complementary color
Monochromatic Colors of #4BCA62
Black with #4BCA62
Text Example
Text Example
White with #4BCA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCA62; }
p { color: rgb(75,202,98); }
H1.HeaderClassName
{
color: #4BCA62;
}
.AnyTagClassName
{
color: #4BCA62;
}
</style>
background-color css
<style>
a { background-color: #4BCA62; }
a { background-color: rgb(75,202,98); }
div.DivClassName
{
background-color: #4BCA62;
}
.BgClassName
{
background-color: #4BCA62;
}
</style>
border-color css
<style>
span { border-color: #4BCA62; }
span { border-color: rgb(75,202,98); }
td.TdClassName
{
border-color: #4BCA62;
}
.TagClassName
{
border-color: #4BCA62;
}
</style>