Shades of Emerald #45EE8B
Tints of Emerald #45EE8B
RGB
CMYK
RGB Variations
Color information
#45EE8B (or 0x45EE8B) is known color: Emerald. HEX triplet: 45, EE and 8B. RGB value is (69,238,139). Sum of RGB (Red+Green+Blue) = 69+238+139=446 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.47% from 446); Green value is 238 (93.36% from 255 or 53.36% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 238 - color contains mainly: green. Hex color #45EE8B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45EE8B is #BA1174. Grayscale: #B0B0B0. Windows color (decimal): -12194165 or 9170501. OLE color: 9170501.
HSL color Cylindrical-coordinate representation of color #45EE8B: hue angle of 144.85º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EE8B is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 238 | 139 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.07 |
| HSL | 144.85º | 0.83% | 0.6% | - |
| HSV(B) | 144.85º | 0.71% | 0.93% | - |
| XYZ | 37.69 | 64.28 | 34.85 | - |
| YUV | 176.18 | 107.01 | 51.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 238 | 139 | 0.71 | 0 | 0.42 | 0.07 | 144.85 | 0.83 | 0.6 |
| Hex | 45 | EE | 8B | 47 | 0 | 2A | 7 | 91 | 53 | 3C |
| Octal | 105 | 356 | 213 | 107 | 0 | 52 | 7 | 221 | 123 | 74 |
| Binary | 1000101 | 11101110 | 10001011 | 1000111 | 0 | 101010 | 111 | 10010001 | 1010011 | 111100 |
Color Harmonies of #45EE8B
Complementary color
Monochromatic Colors of #45EE8B
Black with #45EE8B
Text Example
Text Example
White with #45EE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EE8B; }
p { color: rgb(69,238,139); }
H1.HeaderClassName
{
color: #45EE8B;
}
.AnyTagClassName
{
color: #45EE8B;
}
</style>
background-color css
<style>
a { background-color: #45EE8B; }
a { background-color: rgb(69,238,139); }
div.DivClassName
{
background-color: #45EE8B;
}
.BgClassName
{
background-color: #45EE8B;
}
</style>
border-color css
<style>
span { border-color: #45EE8B; }
span { border-color: rgb(69,238,139); }
td.TdClassName
{
border-color: #45EE8B;
}
.TagClassName
{
border-color: #45EE8B;
}
</style>