Shades of Emerald #45FD8C
Tints of Emerald #45FD8C
RGB
CMYK
RGB Variations
Color information
#45FD8C (or 0x45FD8C) is known color: Emerald. HEX triplet: 45, FD and 8C. RGB value is (69,253,140). Sum of RGB (Red+Green+Blue) = 69+253+140=462 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.94% from 462); Green value is 253 (99.22% from 255 or 54.76% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 253 - color contains mainly: green. Hex color #45FD8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45FD8C is #BA0273. Grayscale: #B9B9B9. Windows color (decimal): -12190324 or 9239877. OLE color: 9239877.
HSL color Cylindrical-coordinate representation of color #45FD8C: hue angle of 143.15º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45FD8C is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 253 | 140 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.01 |
| HSL | 143.15º | 0.98% | 0.63% | - |
| HSV(B) | 143.15º | 0.73% | 0.99% | - |
| XYZ | 42.31 | 73.41 | 36.75 | - |
| YUV | 185.1 | 102.54 | 45.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 253 | 140 | 0.73 | 0 | 0.45 | 0.01 | 143.15 | 0.98 | 0.63 |
| Hex | 45 | FD | 8C | 49 | 0 | 2D | 1 | 8F | 62 | 3F |
| Octal | 105 | 375 | 214 | 111 | 0 | 55 | 1 | 217 | 142 | 77 |
| Binary | 1000101 | 11111101 | 10001100 | 1001001 | 0 | 101101 | 1 | 10001111 | 1100010 | 111111 |
Color Harmonies of #45FD8C
Complementary color
Monochromatic Colors of #45FD8C
Black with #45FD8C
Text Example
Text Example
White with #45FD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FD8C; }
p { color: rgb(69,253,140); }
H1.HeaderClassName
{
color: #45FD8C;
}
.AnyTagClassName
{
color: #45FD8C;
}
</style>
background-color css
<style>
a { background-color: #45FD8C; }
a { background-color: rgb(69,253,140); }
div.DivClassName
{
background-color: #45FD8C;
}
.BgClassName
{
background-color: #45FD8C;
}
</style>
border-color css
<style>
span { border-color: #45FD8C; }
span { border-color: rgb(69,253,140); }
td.TdClassName
{
border-color: #45FD8C;
}
.TagClassName
{
border-color: #45FD8C;
}
</style>