Shades of Emerald #45C961
Tints of Emerald #45C961
RGB
CMYK
RGB Variations
Color information
#45C961 (or 0x45C961) is known color: Emerald. HEX triplet: 45, C9 and 61. RGB value is (69,201,97). Sum of RGB (Red+Green+Blue) = 69+201+97=367 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.80% from 367); Green value is 201 (78.91% from 255 or 54.77% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 201 - color contains mainly: green. Hex color #45C961 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C961 is #BA369E. Grayscale: #959595. Windows color (decimal): -12203679 or 6408517. OLE color: 6408517.
HSL color Cylindrical-coordinate representation of color #45C961: hue angle of 132.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45C961 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 201 | 97 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.21 |
| HSL | 132.73º | 0.55% | 0.53% | - |
| HSV(B) | 132.73º | 0.66% | 0.79% | - |
| XYZ | 25.5 | 43.9 | 18.44 | - |
| YUV | 149.68 | 98.27 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 201 | 97 | 0.66 | 0 | 0.52 | 0.21 | 132.73 | 0.55 | 0.53 |
| Hex | 45 | C9 | 61 | 42 | 0 | 34 | 15 | 85 | 37 | 35 |
| Octal | 105 | 311 | 141 | 102 | 0 | 64 | 25 | 205 | 67 | 65 |
| Binary | 1000101 | 11001001 | 1100001 | 1000010 | 0 | 110100 | 10101 | 10000101 | 110111 | 110101 |
Color Harmonies of #45C961
Complementary color
Monochromatic Colors of #45C961
Black with #45C961
Text Example
Text Example
White with #45C961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C961; }
p { color: rgb(69,201,97); }
H1.HeaderClassName
{
color: #45C961;
}
.AnyTagClassName
{
color: #45C961;
}
</style>
background-color css
<style>
a { background-color: #45C961; }
a { background-color: rgb(69,201,97); }
div.DivClassName
{
background-color: #45C961;
}
.BgClassName
{
background-color: #45C961;
}
</style>
border-color css
<style>
span { border-color: #45C961; }
span { border-color: rgb(69,201,97); }
td.TdClassName
{
border-color: #45C961;
}
.TagClassName
{
border-color: #45C961;
}
</style>