Shades of Emerald #45E98B
Tints of Emerald #45E98B
RGB
CMYK
RGB Variations
Color information
#45E98B (or 0x45E98B) is known color: Emerald. HEX triplet: 45, E9 and 8B. RGB value is (69,233,139). Sum of RGB (Red+Green+Blue) = 69+233+139=441 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.65% from 441); Green value is 233 (91.41% from 255 or 52.83% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 233 - color contains mainly: green. Hex color #45E98B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45E98B is #BA1674. Grayscale: #ADADAD. Windows color (decimal): -12195445 or 9169221. OLE color: 9169221.
HSL color Cylindrical-coordinate representation of color #45E98B: hue angle of 145.61º 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 #45E98B is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 69 | 233 | 139 | - |
| CMYK | 0.70 | 0 | 0.40 | 0.09 |
| HSL | 145.61º | 0.79% | 0.59% | - |
| HSV(B) | 145.61º | 0.7% | 0.91% | - |
| XYZ | 36.25 | 61.41 | 34.37 | - |
| YUV | 173.25 | 108.67 | 53.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 233 | 139 | 0.70 | 0 | 0.40 | 0.09 | 145.61 | 0.79 | 0.59 |
| Hex | 45 | E9 | 8B | 46 | 0 | 28 | 9 | 92 | 4F | 3B |
| Octal | 105 | 351 | 213 | 106 | 0 | 50 | 11 | 222 | 117 | 73 |
| Binary | 1000101 | 11101001 | 10001011 | 1000110 | 0 | 101000 | 1001 | 10010010 | 1001111 | 111011 |
Color Harmonies of #45E98B
Complementary color
Monochromatic Colors of #45E98B
Black with #45E98B
Text Example
Text Example
White with #45E98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E98B; }
p { color: rgb(69,233,139); }
H1.HeaderClassName
{
color: #45E98B;
}
.AnyTagClassName
{
color: #45E98B;
}
</style>
background-color css
<style>
a { background-color: #45E98B; }
a { background-color: rgb(69,233,139); }
div.DivClassName
{
background-color: #45E98B;
}
.BgClassName
{
background-color: #45E98B;
}
</style>
border-color css
<style>
span { border-color: #45E98B; }
span { border-color: rgb(69,233,139); }
td.TdClassName
{
border-color: #45E98B;
}
.TagClassName
{
border-color: #45E98B;
}
</style>