Shades of Emerald #45FB8C
Tints of Emerald #45FB8C
RGB
CMYK
RGB Variations
Color information
#45FB8C (or 0x45FB8C) is known color: Emerald. HEX triplet: 45, FB and 8C. RGB value is (69,251,140). Sum of RGB (Red+Green+Blue) = 69+251+140=460 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15% from 460); Green value is 251 (98.44% from 255 or 54.57% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 251 - color contains mainly: green. Hex color #45FB8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45FB8C is #BA0473. Grayscale: #B8B8B8. Windows color (decimal): -12190836 or 9239365. OLE color: 9239365.
HSL color Cylindrical-coordinate representation of color #45FB8C: hue angle of 143.41º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45FB8C is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 251 | 140 | - |
| CMYK | 0.73 | 0 | 0.44 | 0.02 |
| HSL | 143.41º | 0.96% | 0.63% | - |
| HSV(B) | 143.41º | 0.73% | 0.98% | - |
| XYZ | 41.69 | 72.15 | 36.54 | - |
| YUV | 183.93 | 103.2 | 46.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 251 | 140 | 0.73 | 0 | 0.44 | 0.02 | 143.41 | 0.96 | 0.63 |
| Hex | 45 | FB | 8C | 49 | 0 | 2C | 2 | 8F | 60 | 3F |
| Octal | 105 | 373 | 214 | 111 | 0 | 54 | 2 | 217 | 140 | 77 |
| Binary | 1000101 | 11111011 | 10001100 | 1001001 | 0 | 101100 | 10 | 10001111 | 1100000 | 111111 |
Color Harmonies of #45FB8C
Complementary color
Monochromatic Colors of #45FB8C
Black with #45FB8C
Text Example
Text Example
White with #45FB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FB8C; }
p { color: rgb(69,251,140); }
H1.HeaderClassName
{
color: #45FB8C;
}
.AnyTagClassName
{
color: #45FB8C;
}
</style>
background-color css
<style>
a { background-color: #45FB8C; }
a { background-color: rgb(69,251,140); }
div.DivClassName
{
background-color: #45FB8C;
}
.BgClassName
{
background-color: #45FB8C;
}
</style>
border-color css
<style>
span { border-color: #45FB8C; }
span { border-color: rgb(69,251,140); }
td.TdClassName
{
border-color: #45FB8C;
}
.TagClassName
{
border-color: #45FB8C;
}
</style>