Shades of Emerald #45E985
Tints of Emerald #45E985
RGB
CMYK
RGB Variations
Color information
#45E985 (or 0x45E985) is known color: Emerald. HEX triplet: 45, E9 and 85. RGB value is (69,233,133). Sum of RGB (Red+Green+Blue) = 69+233+133=435 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.86% from 435); Green value is 233 (91.41% from 255 or 53.56% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 233 - color contains mainly: green. Hex color #45E985 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45E985 is #BA167A. Grayscale: #ACACAC. Windows color (decimal): -12195451 or 8776005. OLE color: 8776005.
HSL color Cylindrical-coordinate representation of color #45E985: hue angle of 143.41º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E985 is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 69 | 233 | 133 | - |
| CMYK | 0.70 | 0 | 0.43 | 0.09 |
| HSL | 143.41º | 0.79% | 0.59% | - |
| HSV(B) | 143.41º | 0.7% | 0.91% | - |
| XYZ | 35.83 | 61.24 | 32.12 | - |
| YUV | 172.56 | 105.67 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 233 | 133 | 0.70 | 0 | 0.43 | 0.09 | 143.41 | 0.79 | 0.59 |
| Hex | 45 | E9 | 85 | 46 | 0 | 2B | 9 | 8F | 4F | 3B |
| Octal | 105 | 351 | 205 | 106 | 0 | 53 | 11 | 217 | 117 | 73 |
| Binary | 1000101 | 11101001 | 10000101 | 1000110 | 0 | 101011 | 1001 | 10001111 | 1001111 | 111011 |
Color Harmonies of #45E985
Complementary color
Monochromatic Colors of #45E985
Black with #45E985
Text Example
Text Example
White with #45E985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E985; }
p { color: rgb(69,233,133); }
H1.HeaderClassName
{
color: #45E985;
}
.AnyTagClassName
{
color: #45E985;
}
</style>
background-color css
<style>
a { background-color: #45E985; }
a { background-color: rgb(69,233,133); }
div.DivClassName
{
background-color: #45E985;
}
.BgClassName
{
background-color: #45E985;
}
</style>
border-color css
<style>
span { border-color: #45E985; }
span { border-color: rgb(69,233,133); }
td.TdClassName
{
border-color: #45E985;
}
.TagClassName
{
border-color: #45E985;
}
</style>