Shades of Emerald #45F880
Tints of Emerald #45F880
RGB
CMYK
RGB Variations
Color information
#45F880 (or 0x45F880) is known color: Emerald. HEX triplet: 45, F8 and 80. RGB value is (69,248,128). Sum of RGB (Red+Green+Blue) = 69+248+128=445 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.51% from 445); Green value is 248 (97.27% from 255 or 55.73% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 248 - color contains mainly: green. Hex color #45F880 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45F880 is #BA077F. Grayscale: #B5B5B5. Windows color (decimal): -12191616 or 8452165. OLE color: 8452165.
HSL color Cylindrical-coordinate representation of color #45F880: hue angle of 139.78º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45F880 is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 69 | 248 | 128 | - |
| CMYK | 0.72 | 0 | 0.48 | 0.03 |
| HSL | 139.78º | 0.93% | 0.62% | - |
| HSV(B) | 139.78º | 0.72% | 0.97% | - |
| XYZ | 39.92 | 69.96 | 31.82 | - |
| YUV | 180.8 | 98.2 | 48.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 248 | 128 | 0.72 | 0 | 0.48 | 0.03 | 139.78 | 0.93 | 0.62 |
| Hex | 45 | F8 | 80 | 48 | 0 | 30 | 3 | 8C | 5D | 3E |
| Octal | 105 | 370 | 200 | 110 | 0 | 60 | 3 | 214 | 135 | 76 |
| Binary | 1000101 | 11111000 | 10000000 | 1001000 | 0 | 110000 | 11 | 10001100 | 1011101 | 111110 |
Color Harmonies of #45F880
Complementary color
Monochromatic Colors of #45F880
Black with #45F880
Text Example
Text Example
White with #45F880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F880; }
p { color: rgb(69,248,128); }
H1.HeaderClassName
{
color: #45F880;
}
.AnyTagClassName
{
color: #45F880;
}
</style>
background-color css
<style>
a { background-color: #45F880; }
a { background-color: rgb(69,248,128); }
div.DivClassName
{
background-color: #45F880;
}
.BgClassName
{
background-color: #45F880;
}
</style>
border-color css
<style>
span { border-color: #45F880; }
span { border-color: rgb(69,248,128); }
td.TdClassName
{
border-color: #45F880;
}
.TagClassName
{
border-color: #45F880;
}
</style>