Shades of Emerald #41C65C
Tints of Emerald #41C65C
RGB
CMYK
RGB Variations
Color information
#41C65C (or 0x41C65C) is known color: Emerald. HEX triplet: 41, C6 and 5C. RGB value is (65,198,92). Sum of RGB (Red+Green+Blue) = 65+198+92=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 198 (77.73% from 255 or 55.77% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 198 - color contains mainly: green. Hex color #41C65C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C65C is #BE39A3. Grayscale: #929292. Windows color (decimal): -12466596 or 6080065. OLE color: 6080065.
HSL color Cylindrical-coordinate representation of color #41C65C: hue angle of 132.18º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41C65C is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 198 | 92 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.22 |
| HSL | 132.18º | 0.54% | 0.52% | - |
| HSV(B) | 132.18º | 0.67% | 0.78% | - |
| XYZ | 24.31 | 42.28 | 17.01 | - |
| YUV | 146.15 | 97.44 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 198 | 92 | 0.67 | 0 | 0.54 | 0.22 | 132.18 | 0.54 | 0.52 |
| Hex | 41 | C6 | 5C | 43 | 0 | 36 | 16 | 84 | 36 | 34 |
| Octal | 101 | 306 | 134 | 103 | 0 | 66 | 26 | 204 | 66 | 64 |
| Binary | 1000001 | 11000110 | 1011100 | 1000011 | 0 | 110110 | 10110 | 10000100 | 110110 | 110100 |
Color Harmonies of #41C65C
Complementary color
Monochromatic Colors of #41C65C
Black with #41C65C
Text Example
Text Example
White with #41C65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C65C; }
p { color: rgb(65,198,92); }
H1.HeaderClassName
{
color: #41C65C;
}
.AnyTagClassName
{
color: #41C65C;
}
</style>
background-color css
<style>
a { background-color: #41C65C; }
a { background-color: rgb(65,198,92); }
div.DivClassName
{
background-color: #41C65C;
}
.BgClassName
{
background-color: #41C65C;
}
</style>
border-color css
<style>
span { border-color: #41C65C; }
span { border-color: rgb(65,198,92); }
td.TdClassName
{
border-color: #41C65C;
}
.TagClassName
{
border-color: #41C65C;
}
</style>