Shades of Emerald #5FCF7A
Tints of Emerald #5FCF7A
RGB
CMYK
RGB Variations
Color information
#5FCF7A (or 0x5FCF7A) is known color: Emerald. HEX triplet: 5F, CF and 7A. RGB value is (95,207,122). Sum of RGB (Red+Green+Blue) = 95+207+122=424 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.41% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCF7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCF7A is #A03085. Grayscale: #A4A4A4. Windows color (decimal): -10498182 or 8048479. OLE color: 8048479.
HSL color Cylindrical-coordinate representation of color #5FCF7A: hue angle of 134.46º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCF7A is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 207 | 122 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.19 |
| HSL | 134.46º | 0.54% | 0.59% | - |
| HSV(B) | 134.46º | 0.54% | 0.81% | - |
| XYZ | 30.54 | 48.46 | 26.16 | - |
| YUV | 163.82 | 104.39 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 207 | 122 | 0.54 | 0 | 0.41 | 0.19 | 134.46 | 0.54 | 0.59 |
| Hex | 5F | CF | 7A | 36 | 0 | 29 | 13 | 86 | 36 | 3B |
| Octal | 137 | 317 | 172 | 66 | 0 | 51 | 23 | 206 | 66 | 73 |
| Binary | 1011111 | 11001111 | 1111010 | 110110 | 0 | 101001 | 10011 | 10000110 | 110110 | 111011 |
Color Harmonies of #5FCF7A
Complementary color
Monochromatic Colors of #5FCF7A
Black with #5FCF7A
Text Example
Text Example
White with #5FCF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCF7A; }
p { color: rgb(95,207,122); }
H1.HeaderClassName
{
color: #5FCF7A;
}
.AnyTagClassName
{
color: #5FCF7A;
}
</style>
background-color css
<style>
a { background-color: #5FCF7A; }
a { background-color: rgb(95,207,122); }
div.DivClassName
{
background-color: #5FCF7A;
}
.BgClassName
{
background-color: #5FCF7A;
}
</style>
border-color css
<style>
span { border-color: #5FCF7A; }
span { border-color: rgb(95,207,122); }
td.TdClassName
{
border-color: #5FCF7A;
}
.TagClassName
{
border-color: #5FCF7A;
}
</style>