Shades of Emerald #45D281
Tints of Emerald #45D281
RGB
CMYK
RGB Variations
Color information
#45D281 (or 0x45D281) is known color: Emerald. HEX triplet: 45, D2 and 81. RGB value is (69,210,129). Sum of RGB (Red+Green+Blue) = 69+210+129=408 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.91% from 408); Green value is 210 (82.42% from 255 or 51.47% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 210 - color contains mainly: green. Hex color #45D281 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45D281 is #BA2D7E. Grayscale: #9E9E9E. Windows color (decimal): -12201343 or 8507973. OLE color: 8507973.
HSL color Cylindrical-coordinate representation of color #45D281: hue angle of 145.53º 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 #45D281 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 210 | 129 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.18 |
| HSL | 145.53º | 0.61% | 0.55% | - |
| HSV(B) | 145.53º | 0.67% | 0.82% | - |
| XYZ | 29.46 | 48.94 | 28.66 | - |
| YUV | 158.61 | 111.29 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 210 | 129 | 0.67 | 0 | 0.39 | 0.18 | 145.53 | 0.61 | 0.55 |
| Hex | 45 | D2 | 81 | 43 | 0 | 27 | 12 | 92 | 3D | 37 |
| Octal | 105 | 322 | 201 | 103 | 0 | 47 | 22 | 222 | 75 | 67 |
| Binary | 1000101 | 11010010 | 10000001 | 1000011 | 0 | 100111 | 10010 | 10010010 | 111101 | 110111 |
Color Harmonies of #45D281
Complementary color
Monochromatic Colors of #45D281
Black with #45D281
Text Example
Text Example
White with #45D281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D281; }
p { color: rgb(69,210,129); }
H1.HeaderClassName
{
color: #45D281;
}
.AnyTagClassName
{
color: #45D281;
}
</style>
background-color css
<style>
a { background-color: #45D281; }
a { background-color: rgb(69,210,129); }
div.DivClassName
{
background-color: #45D281;
}
.BgClassName
{
background-color: #45D281;
}
</style>
border-color css
<style>
span { border-color: #45D281; }
span { border-color: rgb(69,210,129); }
td.TdClassName
{
border-color: #45D281;
}
.TagClassName
{
border-color: #45D281;
}
</style>