Shades of Emerald #40CF5F
Tints of Emerald #40CF5F
RGB
CMYK
RGB Variations
Color information
#40CF5F (or 0x40CF5F) is known color: Emerald. HEX triplet: 40, CF and 5F. RGB value is (64,207,95). Sum of RGB (Red+Green+Blue) = 64+207+95=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 207 (81.25% from 255 or 56.56% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 207 - color contains mainly: green. Hex color #40CF5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CF5F is #BF30A0. Grayscale: #979797. Windows color (decimal): -12529825 or 6278976. OLE color: 6278976.
HSL color Cylindrical-coordinate representation of color #40CF5F: hue angle of 133.01º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CF5F is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 207 | 95 | - |
| CMYK | 0.69 | 0 | 0.54 | 0.19 |
| HSL | 133.01º | 0.6% | 0.53% | - |
| HSV(B) | 133.01º | 0.69% | 0.81% | - |
| XYZ | 26.49 | 46.54 | 18.41 | - |
| YUV | 151.48 | 96.12 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 207 | 95 | 0.69 | 0 | 0.54 | 0.19 | 133.01 | 0.6 | 0.53 |
| Hex | 40 | CF | 5F | 45 | 0 | 36 | 13 | 85 | 3C | 35 |
| Octal | 100 | 317 | 137 | 105 | 0 | 66 | 23 | 205 | 74 | 65 |
| Binary | 1000000 | 11001111 | 1011111 | 1000101 | 0 | 110110 | 10011 | 10000101 | 111100 | 110101 |
Color Harmonies of #40CF5F
Complementary color
Monochromatic Colors of #40CF5F
Black with #40CF5F
Text Example
Text Example
White with #40CF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CF5F; }
p { color: rgb(64,207,95); }
H1.HeaderClassName
{
color: #40CF5F;
}
.AnyTagClassName
{
color: #40CF5F;
}
</style>
background-color css
<style>
a { background-color: #40CF5F; }
a { background-color: rgb(64,207,95); }
div.DivClassName
{
background-color: #40CF5F;
}
.BgClassName
{
background-color: #40CF5F;
}
</style>
border-color css
<style>
span { border-color: #40CF5F; }
span { border-color: rgb(64,207,95); }
td.TdClassName
{
border-color: #40CF5F;
}
.TagClassName
{
border-color: #40CF5F;
}
</style>