Shades of Emerald #41CF69
Tints of Emerald #41CF69
RGB
CMYK
RGB Variations
Color information
#41CF69 (or 0x41CF69) is known color: Emerald. HEX triplet: 41, CF and 69. RGB value is (65,207,105). Sum of RGB (Red+Green+Blue) = 65+207+105=377 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.24% from 377); Green value is 207 (81.25% from 255 or 54.91% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 207 - color contains mainly: green. Hex color #41CF69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CF69 is #BE3096. Grayscale: #999999. Windows color (decimal): -12464279 or 6934337. OLE color: 6934337.
HSL color Cylindrical-coordinate representation of color #41CF69: hue angle of 136.9º 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 #41CF69 is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 207 | 105 | - |
| CMYK | 0.69 | 0 | 0.49 | 0.19 |
| HSL | 136.9º | 0.6% | 0.53% | - |
| HSV(B) | 136.9º | 0.69% | 0.81% | - |
| XYZ | 27.04 | 46.77 | 20.97 | - |
| YUV | 152.91 | 100.96 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 207 | 105 | 0.69 | 0 | 0.49 | 0.19 | 136.9 | 0.6 | 0.53 |
| Hex | 41 | CF | 69 | 45 | 0 | 31 | 13 | 89 | 3C | 35 |
| Octal | 101 | 317 | 151 | 105 | 0 | 61 | 23 | 211 | 74 | 65 |
| Binary | 1000001 | 11001111 | 1101001 | 1000101 | 0 | 110001 | 10011 | 10001001 | 111100 | 110101 |
Color Harmonies of #41CF69
Complementary color
Monochromatic Colors of #41CF69
Black with #41CF69
Text Example
Text Example
White with #41CF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CF69; }
p { color: rgb(65,207,105); }
H1.HeaderClassName
{
color: #41CF69;
}
.AnyTagClassName
{
color: #41CF69;
}
</style>
background-color css
<style>
a { background-color: #41CF69; }
a { background-color: rgb(65,207,105); }
div.DivClassName
{
background-color: #41CF69;
}
.BgClassName
{
background-color: #41CF69;
}
</style>
border-color css
<style>
span { border-color: #41CF69; }
span { border-color: rgb(65,207,105); }
td.TdClassName
{
border-color: #41CF69;
}
.TagClassName
{
border-color: #41CF69;
}
</style>