Shades of Emerald #41C483
Tints of Emerald #41C483
RGB
CMYK
RGB Variations
Color information
#41C483 (or 0x41C483) is known color: Emerald. HEX triplet: 41, C4 and 83. RGB value is (65,196,131). Sum of RGB (Red+Green+Blue) = 65+196+131=392 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.58% from 392); Green value is 196 (76.95% from 255 or 50% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 196 - color contains mainly: green. Hex color #41C483 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C483 is #BE3B7C. Grayscale: #959595. Windows color (decimal): -12467069 or 8635457. OLE color: 8635457.
HSL color Cylindrical-coordinate representation of color #41C483: hue angle of 150.23º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41C483 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 196 | 131 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.23 |
| HSL | 150.23º | 0.53% | 0.51% | - |
| HSV(B) | 150.23º | 0.67% | 0.77% | - |
| XYZ | 26.02 | 42.24 | 28.26 | - |
| YUV | 149.42 | 117.6 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 196 | 131 | 0.67 | 0 | 0.33 | 0.23 | 150.23 | 0.53 | 0.51 |
| Hex | 41 | C4 | 83 | 43 | 0 | 21 | 17 | 96 | 35 | 33 |
| Octal | 101 | 304 | 203 | 103 | 0 | 41 | 27 | 226 | 65 | 63 |
| Binary | 1000001 | 11000100 | 10000011 | 1000011 | 0 | 100001 | 10111 | 10010110 | 110101 | 110011 |
Color Harmonies of #41C483
Complementary color
Monochromatic Colors of #41C483
Black with #41C483
Text Example
Text Example
White with #41C483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C483; }
p { color: rgb(65,196,131); }
H1.HeaderClassName
{
color: #41C483;
}
.AnyTagClassName
{
color: #41C483;
}
</style>
background-color css
<style>
a { background-color: #41C483; }
a { background-color: rgb(65,196,131); }
div.DivClassName
{
background-color: #41C483;
}
.BgClassName
{
background-color: #41C483;
}
</style>
border-color css
<style>
span { border-color: #41C483; }
span { border-color: rgb(65,196,131); }
td.TdClassName
{
border-color: #41C483;
}
.TagClassName
{
border-color: #41C483;
}
</style>