Shades of Emerald #41CF70
Tints of Emerald #41CF70
RGB
CMYK
RGB Variations
Color information
#41CF70 (or 0x41CF70) is known color: Emerald. HEX triplet: 41, CF and 70. RGB value is (65,207,112). Sum of RGB (Red+Green+Blue) = 65+207+112=384 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.93% from 384); Green value is 207 (81.25% from 255 or 53.91% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 207 - color contains mainly: green. Hex color #41CF70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CF70 is #BE308F. Grayscale: #999999. Windows color (decimal): -12464272 or 7393089. OLE color: 7393089.
HSL color Cylindrical-coordinate representation of color #41CF70: hue angle of 139.86º 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 #41CF70 is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 207 | 112 | - |
| CMYK | 0.69 | 0 | 0.46 | 0.19 |
| HSL | 139.86º | 0.6% | 0.53% | - |
| HSV(B) | 139.86º | 0.69% | 0.81% | - |
| XYZ | 27.42 | 46.92 | 22.94 | - |
| YUV | 153.71 | 104.46 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 207 | 112 | 0.69 | 0 | 0.46 | 0.19 | 139.86 | 0.6 | 0.53 |
| Hex | 41 | CF | 70 | 45 | 0 | 2E | 13 | 8C | 3C | 35 |
| Octal | 101 | 317 | 160 | 105 | 0 | 56 | 23 | 214 | 74 | 65 |
| Binary | 1000001 | 11001111 | 1110000 | 1000101 | 0 | 101110 | 10011 | 10001100 | 111100 | 110101 |
Color Harmonies of #41CF70
Complementary color
Monochromatic Colors of #41CF70
Black with #41CF70
Text Example
Text Example
White with #41CF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CF70; }
p { color: rgb(65,207,112); }
H1.HeaderClassName
{
color: #41CF70;
}
.AnyTagClassName
{
color: #41CF70;
}
</style>
background-color css
<style>
a { background-color: #41CF70; }
a { background-color: rgb(65,207,112); }
div.DivClassName
{
background-color: #41CF70;
}
.BgClassName
{
background-color: #41CF70;
}
</style>
border-color css
<style>
span { border-color: #41CF70; }
span { border-color: rgb(65,207,112); }
td.TdClassName
{
border-color: #41CF70;
}
.TagClassName
{
border-color: #41CF70;
}
</style>