Shades of Emerald #45C960
Tints of Emerald #45C960
RGB
CMYK
RGB Variations
Color information
#45C960 (or 0x45C960) is known color: Emerald. HEX triplet: 45, C9 and 60. RGB value is (69,201,96). Sum of RGB (Red+Green+Blue) = 69+201+96=366 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.85% from 366); Green value is 201 (78.91% from 255 or 54.92% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 201 - color contains mainly: green. Hex color #45C960 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C960 is #BA369F. Grayscale: #959595. Windows color (decimal): -12203680 or 6342981. OLE color: 6342981.
HSL color Cylindrical-coordinate representation of color #45C960: hue angle of 132.27º 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 #45C960 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 201 | 96 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.21 |
| HSL | 132.27º | 0.55% | 0.53% | - |
| HSV(B) | 132.27º | 0.66% | 0.79% | - |
| XYZ | 25.45 | 43.88 | 18.2 | - |
| YUV | 149.56 | 97.77 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 201 | 96 | 0.66 | 0 | 0.52 | 0.21 | 132.27 | 0.55 | 0.53 |
| Hex | 45 | C9 | 60 | 42 | 0 | 34 | 15 | 84 | 37 | 35 |
| Octal | 105 | 311 | 140 | 102 | 0 | 64 | 25 | 204 | 67 | 65 |
| Binary | 1000101 | 11001001 | 1100000 | 1000010 | 0 | 110100 | 10101 | 10000100 | 110111 | 110101 |
Color Harmonies of #45C960
Complementary color
Monochromatic Colors of #45C960
Black with #45C960
Text Example
Text Example
White with #45C960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C960; }
p { color: rgb(69,201,96); }
H1.HeaderClassName
{
color: #45C960;
}
.AnyTagClassName
{
color: #45C960;
}
</style>
background-color css
<style>
a { background-color: #45C960; }
a { background-color: rgb(69,201,96); }
div.DivClassName
{
background-color: #45C960;
}
.BgClassName
{
background-color: #45C960;
}
</style>
border-color css
<style>
span { border-color: #45C960; }
span { border-color: rgb(69,201,96); }
td.TdClassName
{
border-color: #45C960;
}
.TagClassName
{
border-color: #45C960;
}
</style>