Shades of Emerald #41CF66
Tints of Emerald #41CF66
RGB
CMYK
RGB Variations
Color information
#41CF66 (or 0x41CF66) is known color: Emerald. HEX triplet: 41, CF and 66. RGB value is (65,207,102). Sum of RGB (Red+Green+Blue) = 65+207+102=374 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.38% from 374); Green value is 207 (81.25% from 255 or 55.35% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 207 - color contains mainly: green. Hex color #41CF66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CF66 is #BE3099. Grayscale: #989898. Windows color (decimal): -12464282 or 6737729. OLE color: 6737729.
HSL color Cylindrical-coordinate representation of color #41CF66: hue angle of 135.63º 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 #41CF66 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 207 | 102 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.19 |
| HSL | 135.63º | 0.6% | 0.53% | - |
| HSV(B) | 135.63º | 0.69% | 0.81% | - |
| XYZ | 26.89 | 46.71 | 20.17 | - |
| YUV | 152.57 | 99.46 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 207 | 102 | 0.69 | 0 | 0.51 | 0.19 | 135.63 | 0.6 | 0.53 |
| Hex | 41 | CF | 66 | 45 | 0 | 33 | 13 | 88 | 3C | 35 |
| Octal | 101 | 317 | 146 | 105 | 0 | 63 | 23 | 210 | 74 | 65 |
| Binary | 1000001 | 11001111 | 1100110 | 1000101 | 0 | 110011 | 10011 | 10001000 | 111100 | 110101 |
Color Harmonies of #41CF66
Complementary color
Monochromatic Colors of #41CF66
Black with #41CF66
Text Example
Text Example
White with #41CF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CF66; }
p { color: rgb(65,207,102); }
H1.HeaderClassName
{
color: #41CF66;
}
.AnyTagClassName
{
color: #41CF66;
}
</style>
background-color css
<style>
a { background-color: #41CF66; }
a { background-color: rgb(65,207,102); }
div.DivClassName
{
background-color: #41CF66;
}
.BgClassName
{
background-color: #41CF66;
}
</style>
border-color css
<style>
span { border-color: #41CF66; }
span { border-color: rgb(65,207,102); }
td.TdClassName
{
border-color: #41CF66;
}
.TagClassName
{
border-color: #41CF66;
}
</style>