Shades of Emerald #4CF385
Tints of Emerald #4CF385
RGB
CMYK
RGB Variations
Color information
#4CF385 (or 0x4CF385) is known color: Emerald. HEX triplet: 4C, F3 and 85. RGB value is (76,243,133). Sum of RGB (Red+Green+Blue) = 76+243+133=452 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.81% from 452); Green value is 243 (95.31% from 255 or 53.76% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 243 - color contains mainly: green. Hex color #4CF385 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CF385 is #B30C7A. Grayscale: #B4B4B4. Windows color (decimal): -11734139 or 8778572. OLE color: 8778572.
HSL color Cylindrical-coordinate representation of color #4CF385: hue angle of 140.48º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF385 is Cyan = 0.69, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 243 | 133 | - |
| CMYK | 0.69 | 0 | 0.45 | 0.05 |
| HSL | 140.48º | 0.87% | 0.63% | - |
| HSV(B) | 140.48º | 0.69% | 0.95% | - |
| XYZ | 39.26 | 67.33 | 33.12 | - |
| YUV | 180.53 | 101.17 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 243 | 133 | 0.69 | 0 | 0.45 | 0.05 | 140.48 | 0.87 | 0.63 |
| Hex | 4C | F3 | 85 | 45 | 0 | 2D | 5 | 8C | 57 | 3F |
| Octal | 114 | 363 | 205 | 105 | 0 | 55 | 5 | 214 | 127 | 77 |
| Binary | 1001100 | 11110011 | 10000101 | 1000101 | 0 | 101101 | 101 | 10001100 | 1010111 | 111111 |
Color Harmonies of #4CF385
Complementary color
Monochromatic Colors of #4CF385
Black with #4CF385
Text Example
Text Example
White with #4CF385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF385; }
p { color: rgb(76,243,133); }
H1.HeaderClassName
{
color: #4CF385;
}
.AnyTagClassName
{
color: #4CF385;
}
</style>
background-color css
<style>
a { background-color: #4CF385; }
a { background-color: rgb(76,243,133); }
div.DivClassName
{
background-color: #4CF385;
}
.BgClassName
{
background-color: #4CF385;
}
</style>
border-color css
<style>
span { border-color: #4CF385; }
span { border-color: rgb(76,243,133); }
td.TdClassName
{
border-color: #4CF385;
}
.TagClassName
{
border-color: #4CF385;
}
</style>