Shades of Emerald #4FCF83
Tints of Emerald #4FCF83
RGB
CMYK
RGB Variations
Color information
#4FCF83 (or 0x4FCF83) is known color: Emerald. HEX triplet: 4F, CF and 83. RGB value is (79,207,131). Sum of RGB (Red+Green+Blue) = 79+207+131=417 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.94% from 417); Green value is 207 (81.25% from 255 or 49.64% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 207 - color contains mainly: green. Hex color #4FCF83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCF83 is #B0307C. Grayscale: #A0A0A0. Windows color (decimal): -11546749 or 8638287. OLE color: 8638287.
HSL color Cylindrical-coordinate representation of color #4FCF83: hue angle of 144.38º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FCF83 is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 207 | 131 | - |
| CMYK | 0.62 | 0 | 0.37 | 0.19 |
| HSL | 144.38º | 0.57% | 0.56% | - |
| HSV(B) | 144.38º | 0.62% | 0.81% | - |
| XYZ | 29.63 | 47.93 | 29.16 | - |
| YUV | 160.06 | 111.59 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 207 | 131 | 0.62 | 0 | 0.37 | 0.19 | 144.38 | 0.57 | 0.56 |
| Hex | 4F | CF | 83 | 3E | 0 | 25 | 13 | 90 | 39 | 38 |
| Octal | 117 | 317 | 203 | 76 | 0 | 45 | 23 | 220 | 71 | 70 |
| Binary | 1001111 | 11001111 | 10000011 | 111110 | 0 | 100101 | 10011 | 10010000 | 111001 | 111000 |
Color Harmonies of #4FCF83
Complementary color
Monochromatic Colors of #4FCF83
Black with #4FCF83
Text Example
Text Example
White with #4FCF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCF83; }
p { color: rgb(79,207,131); }
H1.HeaderClassName
{
color: #4FCF83;
}
.AnyTagClassName
{
color: #4FCF83;
}
</style>
background-color css
<style>
a { background-color: #4FCF83; }
a { background-color: rgb(79,207,131); }
div.DivClassName
{
background-color: #4FCF83;
}
.BgClassName
{
background-color: #4FCF83;
}
</style>
border-color css
<style>
span { border-color: #4FCF83; }
span { border-color: rgb(79,207,131); }
td.TdClassName
{
border-color: #4FCF83;
}
.TagClassName
{
border-color: #4FCF83;
}
</style>