Shades of Emerald #45D362
Tints of Emerald #45D362
RGB
CMYK
RGB Variations
Color information
#45D362 (or 0x45D362) is known color: Emerald. HEX triplet: 45, D3 and 62. RGB value is (69,211,98). Sum of RGB (Red+Green+Blue) = 69+211+98=378 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.25% from 378); Green value is 211 (82.81% from 255 or 55.82% from 378); Blue value is 98 (38.67% from 255 or 25.93% from 378); Max value from RGB is 211 - color contains mainly: green. Hex color #45D362 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D362 is #BA2C9D. Grayscale: #9B9B9B. Windows color (decimal): -12201118 or 6476613. OLE color: 6476613.
HSL color Cylindrical-coordinate representation of color #45D362: hue angle of 132.25º 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 #45D362 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 69 | 211 | 98 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.17 |
| HSL | 132.25º | 0.62% | 0.55% | - |
| HSV(B) | 132.25º | 0.67% | 0.83% | - |
| XYZ | 27.95 | 48.74 | 19.49 | - |
| YUV | 155.66 | 95.46 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 211 | 98 | 0.67 | 0 | 0.54 | 0.17 | 132.25 | 0.62 | 0.55 |
| Hex | 45 | D3 | 62 | 43 | 0 | 36 | 11 | 84 | 3E | 37 |
| Octal | 105 | 323 | 142 | 103 | 0 | 66 | 21 | 204 | 76 | 67 |
| Binary | 1000101 | 11010011 | 1100010 | 1000011 | 0 | 110110 | 10001 | 10000100 | 111110 | 110111 |
Color Harmonies of #45D362
Complementary color
Monochromatic Colors of #45D362
Black with #45D362
Text Example
Text Example
White with #45D362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D362; }
p { color: rgb(69,211,98); }
H1.HeaderClassName
{
color: #45D362;
}
.AnyTagClassName
{
color: #45D362;
}
</style>
background-color css
<style>
a { background-color: #45D362; }
a { background-color: rgb(69,211,98); }
div.DivClassName
{
background-color: #45D362;
}
.BgClassName
{
background-color: #45D362;
}
</style>
border-color css
<style>
span { border-color: #45D362; }
span { border-color: rgb(69,211,98); }
td.TdClassName
{
border-color: #45D362;
}
.TagClassName
{
border-color: #45D362;
}
</style>