Shades of Emerald #41CF57
Tints of Emerald #41CF57
RGB
CMYK
RGB Variations
Color information
#41CF57 (or 0x41CF57) is known color: Emerald. HEX triplet: 41, CF and 57. RGB value is (65,207,87). Sum of RGB (Red+Green+Blue) = 65+207+87=359 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.11% from 359); Green value is 207 (81.25% from 255 or 57.66% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 207 - color contains mainly: green. Hex color #41CF57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CF57 is #BE30A8. Grayscale: #979797. Windows color (decimal): -12464297 or 5754689. OLE color: 5754689.
HSL color Cylindrical-coordinate representation of color #41CF57: hue angle of 129.3º 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 #41CF57 is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 207 | 87 | - |
| CMYK | 0.69 | 0 | 0.58 | 0.19 |
| HSL | 129.3º | 0.6% | 0.53% | - |
| HSV(B) | 129.3º | 0.69% | 0.81% | - |
| XYZ | 26.21 | 46.44 | 16.6 | - |
| YUV | 150.86 | 91.96 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 207 | 87 | 0.69 | 0 | 0.58 | 0.19 | 129.3 | 0.6 | 0.53 |
| Hex | 41 | CF | 57 | 45 | 0 | 3A | 13 | 81 | 3C | 35 |
| Octal | 101 | 317 | 127 | 105 | 0 | 72 | 23 | 201 | 74 | 65 |
| Binary | 1000001 | 11001111 | 1010111 | 1000101 | 0 | 111010 | 10011 | 10000001 | 111100 | 110101 |
Color Harmonies of #41CF57
Complementary color
Monochromatic Colors of #41CF57
Black with #41CF57
Text Example
Text Example
White with #41CF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CF57; }
p { color: rgb(65,207,87); }
H1.HeaderClassName
{
color: #41CF57;
}
.AnyTagClassName
{
color: #41CF57;
}
</style>
background-color css
<style>
a { background-color: #41CF57; }
a { background-color: rgb(65,207,87); }
div.DivClassName
{
background-color: #41CF57;
}
.BgClassName
{
background-color: #41CF57;
}
</style>
border-color css
<style>
span { border-color: #41CF57; }
span { border-color: rgb(65,207,87); }
td.TdClassName
{
border-color: #41CF57;
}
.TagClassName
{
border-color: #41CF57;
}
</style>