Shades of Emerald #41CF5A
Tints of Emerald #41CF5A
RGB
CMYK
RGB Variations
Color information
#41CF5A (or 0x41CF5A) is known color: Emerald. HEX triplet: 41, CF and 5A. RGB value is (65,207,90). Sum of RGB (Red+Green+Blue) = 65+207+90=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 207 (81.25% from 255 or 57.18% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 207 - color contains mainly: green. Hex color #41CF5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CF5A is #BE30A5. Grayscale: #979797. Windows color (decimal): -12464294 or 5951297. OLE color: 5951297.
HSL color Cylindrical-coordinate representation of color #41CF5A: hue angle of 130.56º 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 #41CF5A is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 207 | 90 | - |
| CMYK | 0.69 | 0 | 0.57 | 0.19 |
| HSL | 130.56º | 0.6% | 0.53% | - |
| HSV(B) | 130.56º | 0.69% | 0.81% | - |
| XYZ | 26.34 | 46.49 | 17.26 | - |
| YUV | 151.2 | 93.46 | 66.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 207 | 90 | 0.69 | 0 | 0.57 | 0.19 | 130.56 | 0.6 | 0.53 |
| Hex | 41 | CF | 5A | 45 | 0 | 39 | 13 | 83 | 3C | 35 |
| Octal | 101 | 317 | 132 | 105 | 0 | 71 | 23 | 203 | 74 | 65 |
| Binary | 1000001 | 11001111 | 1011010 | 1000101 | 0 | 111001 | 10011 | 10000011 | 111100 | 110101 |
Color Harmonies of #41CF5A
Complementary color
Monochromatic Colors of #41CF5A
Black with #41CF5A
Text Example
Text Example
White with #41CF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CF5A; }
p { color: rgb(65,207,90); }
H1.HeaderClassName
{
color: #41CF5A;
}
.AnyTagClassName
{
color: #41CF5A;
}
</style>
background-color css
<style>
a { background-color: #41CF5A; }
a { background-color: rgb(65,207,90); }
div.DivClassName
{
background-color: #41CF5A;
}
.BgClassName
{
background-color: #41CF5A;
}
</style>
border-color css
<style>
span { border-color: #41CF5A; }
span { border-color: rgb(65,207,90); }
td.TdClassName
{
border-color: #41CF5A;
}
.TagClassName
{
border-color: #41CF5A;
}
</style>