Shades of Emerald #40FB85
Tints of Emerald #40FB85
RGB
CMYK
RGB Variations
Color information
#40FB85 (or 0x40FB85) is known color: Emerald. HEX triplet: 40, FB and 85. RGB value is (64,251,133). Sum of RGB (Red+Green+Blue) = 64+251+133=448 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.29% from 448); Green value is 251 (98.44% from 255 or 56.03% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 251 - color contains mainly: green. Hex color #40FB85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FB85 is #BF047A. Grayscale: #B5B5B5. Windows color (decimal): -12518523 or 8780608. OLE color: 8780608.
HSL color Cylindrical-coordinate representation of color #40FB85: hue angle of 142.14º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FB85 is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 251 | 133 | - |
| CMYK | 0.75 | 0 | 0.47 | 0.02 |
| HSL | 142.14º | 0.96% | 0.62% | - |
| HSV(B) | 142.14º | 0.75% | 0.98% | - |
| XYZ | 40.85 | 71.78 | 33.89 | - |
| YUV | 181.64 | 100.55 | 44.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 251 | 133 | 0.75 | 0 | 0.47 | 0.02 | 142.14 | 0.96 | 0.62 |
| Hex | 40 | FB | 85 | 4B | 0 | 2F | 2 | 8E | 60 | 3E |
| Octal | 100 | 373 | 205 | 113 | 0 | 57 | 2 | 216 | 140 | 76 |
| Binary | 1000000 | 11111011 | 10000101 | 1001011 | 0 | 101111 | 10 | 10001110 | 1100000 | 111110 |
Color Harmonies of #40FB85
Complementary color
Monochromatic Colors of #40FB85
Black with #40FB85
Text Example
Text Example
White with #40FB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FB85; }
p { color: rgb(64,251,133); }
H1.HeaderClassName
{
color: #40FB85;
}
.AnyTagClassName
{
color: #40FB85;
}
</style>
background-color css
<style>
a { background-color: #40FB85; }
a { background-color: rgb(64,251,133); }
div.DivClassName
{
background-color: #40FB85;
}
.BgClassName
{
background-color: #40FB85;
}
</style>
border-color css
<style>
span { border-color: #40FB85; }
span { border-color: rgb(64,251,133); }
td.TdClassName
{
border-color: #40FB85;
}
.TagClassName
{
border-color: #40FB85;
}
</style>