Shades of Emerald #45EA7B
Tints of Emerald #45EA7B
RGB
CMYK
RGB Variations
Color information
#45EA7B (or 0x45EA7B) is known color: Emerald. HEX triplet: 45, EA and 7B. RGB value is (69,234,123). Sum of RGB (Red+Green+Blue) = 69+234+123=426 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.20% from 426); Green value is 234 (91.80% from 255 or 54.93% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 234 - color contains mainly: green. Hex color #45EA7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45EA7B is #BA1584. Grayscale: #ACACAC. Windows color (decimal): -12195205 or 8120901. OLE color: 8120901.
HSL color Cylindrical-coordinate representation of color #45EA7B: hue angle of 139.64º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EA7B is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 234 | 123 | - |
| CMYK | 0.71 | 0 | 0.47 | 0.08 |
| HSL | 139.64º | 0.8% | 0.59% | - |
| HSV(B) | 139.64º | 0.71% | 0.92% | - |
| XYZ | 35.45 | 61.54 | 28.75 | - |
| YUV | 172.01 | 100.34 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 234 | 123 | 0.71 | 0 | 0.47 | 0.08 | 139.64 | 0.8 | 0.59 |
| Hex | 45 | EA | 7B | 47 | 0 | 2F | 8 | 8C | 50 | 3B |
| Octal | 105 | 352 | 173 | 107 | 0 | 57 | 10 | 214 | 120 | 73 |
| Binary | 1000101 | 11101010 | 1111011 | 1000111 | 0 | 101111 | 1000 | 10001100 | 1010000 | 111011 |
Color Harmonies of #45EA7B
Complementary color
Monochromatic Colors of #45EA7B
Black with #45EA7B
Text Example
Text Example
White with #45EA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EA7B; }
p { color: rgb(69,234,123); }
H1.HeaderClassName
{
color: #45EA7B;
}
.AnyTagClassName
{
color: #45EA7B;
}
</style>
background-color css
<style>
a { background-color: #45EA7B; }
a { background-color: rgb(69,234,123); }
div.DivClassName
{
background-color: #45EA7B;
}
.BgClassName
{
background-color: #45EA7B;
}
</style>
border-color css
<style>
span { border-color: #45EA7B; }
span { border-color: rgb(69,234,123); }
td.TdClassName
{
border-color: #45EA7B;
}
.TagClassName
{
border-color: #45EA7B;
}
</style>