Shades of Emerald #45EF7B
Tints of Emerald #45EF7B
RGB
CMYK
RGB Variations
Color information
#45EF7B (or 0x45EF7B) is known color: Emerald. HEX triplet: 45, EF and 7B. RGB value is (69,239,123). Sum of RGB (Red+Green+Blue) = 69+239+123=431 (57% of max value = 765). Red value is 69 (27.34% from 255 or 16.01% from 431); Green value is 239 (93.75% from 255 or 55.45% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 239 - color contains mainly: green. Hex color #45EF7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45EF7B is #BA1084. Grayscale: #AFAFAF. Windows color (decimal): -12193925 or 8122181. OLE color: 8122181.
HSL color Cylindrical-coordinate representation of color #45EF7B: hue angle of 139.06º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EF7B is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 239 | 123 | - |
| CMYK | 0.71 | 0 | 0.49 | 0.06 |
| HSL | 139.06º | 0.84% | 0.6% | - |
| HSV(B) | 139.06º | 0.71% | 0.94% | - |
| XYZ | 36.9 | 64.43 | 29.23 | - |
| YUV | 174.95 | 98.68 | 52.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 239 | 123 | 0.71 | 0 | 0.49 | 0.06 | 139.06 | 0.84 | 0.6 |
| Hex | 45 | EF | 7B | 47 | 0 | 31 | 6 | 8B | 54 | 3C |
| Octal | 105 | 357 | 173 | 107 | 0 | 61 | 6 | 213 | 124 | 74 |
| Binary | 1000101 | 11101111 | 1111011 | 1000111 | 0 | 110001 | 110 | 10001011 | 1010100 | 111100 |
Color Harmonies of #45EF7B
Complementary color
Monochromatic Colors of #45EF7B
Black with #45EF7B
Text Example
Text Example
White with #45EF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EF7B; }
p { color: rgb(69,239,123); }
H1.HeaderClassName
{
color: #45EF7B;
}
.AnyTagClassName
{
color: #45EF7B;
}
</style>
background-color css
<style>
a { background-color: #45EF7B; }
a { background-color: rgb(69,239,123); }
div.DivClassName
{
background-color: #45EF7B;
}
.BgClassName
{
background-color: #45EF7B;
}
</style>
border-color css
<style>
span { border-color: #45EF7B; }
span { border-color: rgb(69,239,123); }
td.TdClassName
{
border-color: #45EF7B;
}
.TagClassName
{
border-color: #45EF7B;
}
</style>