Shades of Emerald #41EF88
Tints of Emerald #41EF88
RGB
CMYK
RGB Variations
Color information
#41EF88 (or 0x41EF88) is known color: Emerald. HEX triplet: 41, EF and 88. RGB value is (65,239,136). Sum of RGB (Red+Green+Blue) = 65+239+136=440 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.77% from 440); Green value is 239 (93.75% from 255 or 54.32% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 239 - color contains mainly: green. Hex color #41EF88 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41EF88 is #BE1077. Grayscale: #AFAFAF. Windows color (decimal): -12456056 or 8974145. OLE color: 8974145.
HSL color Cylindrical-coordinate representation of color #41EF88: hue angle of 144.48º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41EF88 is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 239 | 136 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.06 |
| HSL | 144.48º | 0.84% | 0.6% | - |
| HSV(B) | 144.48º | 0.73% | 0.94% | - |
| XYZ | 37.49 | 64.63 | 33.79 | - |
| YUV | 175.23 | 105.85 | 49.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 239 | 136 | 0.73 | 0 | 0.43 | 0.06 | 144.48 | 0.84 | 0.6 |
| Hex | 41 | EF | 88 | 49 | 0 | 2B | 6 | 90 | 54 | 3C |
| Octal | 101 | 357 | 210 | 111 | 0 | 53 | 6 | 220 | 124 | 74 |
| Binary | 1000001 | 11101111 | 10001000 | 1001001 | 0 | 101011 | 110 | 10010000 | 1010100 | 111100 |
Color Harmonies of #41EF88
Complementary color
Monochromatic Colors of #41EF88
Black with #41EF88
Text Example
Text Example
White with #41EF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EF88; }
p { color: rgb(65,239,136); }
H1.HeaderClassName
{
color: #41EF88;
}
.AnyTagClassName
{
color: #41EF88;
}
</style>
background-color css
<style>
a { background-color: #41EF88; }
a { background-color: rgb(65,239,136); }
div.DivClassName
{
background-color: #41EF88;
}
.BgClassName
{
background-color: #41EF88;
}
</style>
border-color css
<style>
span { border-color: #41EF88; }
span { border-color: rgb(65,239,136); }
td.TdClassName
{
border-color: #41EF88;
}
.TagClassName
{
border-color: #41EF88;
}
</style>