Shades of Emerald #45D460
Tints of Emerald #45D460
RGB
CMYK
RGB Variations
Color information
#45D460 (or 0x45D460) is known color: Emerald. HEX triplet: 45, D4 and 60. RGB value is (69,212,96). Sum of RGB (Red+Green+Blue) = 69+212+96=377 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.30% from 377); Green value is 212 (83.20% from 255 or 56.23% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 212 - color contains mainly: green. Hex color #45D460 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D460 is #BA2B9F. Grayscale: #9C9C9C. Windows color (decimal): -12200864 or 6345797. OLE color: 6345797.
HSL color Cylindrical-coordinate representation of color #45D460: hue angle of 131.33º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D460 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 69 | 212 | 96 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.17 |
| HSL | 131.33º | 0.62% | 0.55% | - |
| HSV(B) | 131.33º | 0.67% | 0.83% | - |
| XYZ | 28.11 | 49.2 | 19.08 | - |
| YUV | 156.02 | 94.12 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 212 | 96 | 0.67 | 0 | 0.55 | 0.17 | 131.33 | 0.62 | 0.55 |
| Hex | 45 | D4 | 60 | 43 | 0 | 37 | 11 | 83 | 3E | 37 |
| Octal | 105 | 324 | 140 | 103 | 0 | 67 | 21 | 203 | 76 | 67 |
| Binary | 1000101 | 11010100 | 1100000 | 1000011 | 0 | 110111 | 10001 | 10000011 | 111110 | 110111 |
Color Harmonies of #45D460
Complementary color
Monochromatic Colors of #45D460
Black with #45D460
Text Example
Text Example
White with #45D460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D460; }
p { color: rgb(69,212,96); }
H1.HeaderClassName
{
color: #45D460;
}
.AnyTagClassName
{
color: #45D460;
}
</style>
background-color css
<style>
a { background-color: #45D460; }
a { background-color: rgb(69,212,96); }
div.DivClassName
{
background-color: #45D460;
}
.BgClassName
{
background-color: #45D460;
}
</style>
border-color css
<style>
span { border-color: #45D460; }
span { border-color: rgb(69,212,96); }
td.TdClassName
{
border-color: #45D460;
}
.TagClassName
{
border-color: #45D460;
}
</style>