Shades of Emerald #45D28A
Tints of Emerald #45D28A
RGB
CMYK
RGB Variations
Color information
#45D28A (or 0x45D28A) is known color: Emerald. HEX triplet: 45, D2 and 8A. RGB value is (69,210,138). Sum of RGB (Red+Green+Blue) = 69+210+138=417 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.55% from 417); Green value is 210 (82.42% from 255 or 50.36% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 210 - color contains mainly: green. Hex color #45D28A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45D28A is #BA2D75. Grayscale: #9F9F9F. Windows color (decimal): -12201334 or 9097797. OLE color: 9097797.
HSL color Cylindrical-coordinate representation of color #45D28A: hue angle of 149.36º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D28A is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 210 | 138 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.18 |
| HSL | 149.36º | 0.61% | 0.55% | - |
| HSV(B) | 149.36º | 0.67% | 0.82% | - |
| XYZ | 30.09 | 49.19 | 31.95 | - |
| YUV | 159.63 | 115.79 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 210 | 138 | 0.67 | 0 | 0.34 | 0.18 | 149.36 | 0.61 | 0.55 |
| Hex | 45 | D2 | 8A | 43 | 0 | 22 | 12 | 95 | 3D | 37 |
| Octal | 105 | 322 | 212 | 103 | 0 | 42 | 22 | 225 | 75 | 67 |
| Binary | 1000101 | 11010010 | 10001010 | 1000011 | 0 | 100010 | 10010 | 10010101 | 111101 | 110111 |
Color Harmonies of #45D28A
Complementary color
Monochromatic Colors of #45D28A
Black with #45D28A
Text Example
Text Example
White with #45D28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D28A; }
p { color: rgb(69,210,138); }
H1.HeaderClassName
{
color: #45D28A;
}
.AnyTagClassName
{
color: #45D28A;
}
</style>
background-color css
<style>
a { background-color: #45D28A; }
a { background-color: rgb(69,210,138); }
div.DivClassName
{
background-color: #45D28A;
}
.BgClassName
{
background-color: #45D28A;
}
</style>
border-color css
<style>
span { border-color: #45D28A; }
span { border-color: rgb(69,210,138); }
td.TdClassName
{
border-color: #45D28A;
}
.TagClassName
{
border-color: #45D28A;
}
</style>