Shades of Emerald #45FE8D
Tints of Emerald #45FE8D
RGB
CMYK
RGB Variations
Color information
#45FE8D (or 0x45FE8D) is known color: Emerald. HEX triplet: 45, FE and 8D. RGB value is (69,254,141). Sum of RGB (Red+Green+Blue) = 69+254+141=464 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.87% from 464); Green value is 254 (99.61% from 255 or 54.74% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 254 - color contains mainly: green. Hex color #45FE8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45FE8D is #BA0172. Grayscale: #BABABA. Windows color (decimal): -12190067 or 9305669. OLE color: 9305669.
HSL color Cylindrical-coordinate representation of color #45FE8D: hue angle of 143.35º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45FE8D is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 254 | 141 | - |
| CMYK | 0.73 | 0 | 0.44 | 0.00 |
| HSL | 143.35º | 0.99% | 0.63% | - |
| HSV(B) | 143.35º | 0.73% | 1% | - |
| XYZ | 42.7 | 74.07 | 37.25 | - |
| YUV | 185.8 | 102.71 | 44.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 254 | 141 | 0.73 | 0 | 0.44 | 0.00 | 143.35 | 0.99 | 0.63 |
| Hex | 45 | FE | 8D | 49 | 0 | 2C | 0 | 8F | 63 | 3F |
| Octal | 105 | 376 | 215 | 111 | 0 | 54 | 0 | 217 | 143 | 77 |
| Binary | 1000101 | 11111110 | 10001101 | 1001001 | 0 | 101100 | 0 | 10001111 | 1100011 | 111111 |
Color Harmonies of #45FE8D
Complementary color
Monochromatic Colors of #45FE8D
Black with #45FE8D
Text Example
Text Example
White with #45FE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FE8D; }
p { color: rgb(69,254,141); }
H1.HeaderClassName
{
color: #45FE8D;
}
.AnyTagClassName
{
color: #45FE8D;
}
</style>
background-color css
<style>
a { background-color: #45FE8D; }
a { background-color: rgb(69,254,141); }
div.DivClassName
{
background-color: #45FE8D;
}
.BgClassName
{
background-color: #45FE8D;
}
</style>
border-color css
<style>
span { border-color: #45FE8D; }
span { border-color: rgb(69,254,141); }
td.TdClassName
{
border-color: #45FE8D;
}
.TagClassName
{
border-color: #45FE8D;
}
</style>