Shades of Emerald #45F28C
Tints of Emerald #45F28C
RGB
CMYK
RGB Variations
Color information
#45F28C (or 0x45F28C) is known color: Emerald. HEX triplet: 45, F2 and 8C. RGB value is (69,242,140). Sum of RGB (Red+Green+Blue) = 69+242+140=451 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.30% from 451); Green value is 242 (94.92% from 255 or 53.66% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 242 - color contains mainly: green. Hex color #45F28C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45F28C is #BA0D73. Grayscale: #B2B2B2. Windows color (decimal): -12193140 or 9237061. OLE color: 9237061.
HSL color Cylindrical-coordinate representation of color #45F28C: hue angle of 144.62º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45F28C is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 242 | 140 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.05 |
| HSL | 144.62º | 0.87% | 0.61% | - |
| HSV(B) | 144.62º | 0.71% | 0.95% | - |
| XYZ | 38.94 | 66.66 | 35.63 | - |
| YUV | 178.65 | 106.19 | 49.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 242 | 140 | 0.71 | 0 | 0.42 | 0.05 | 144.62 | 0.87 | 0.61 |
| Hex | 45 | F2 | 8C | 47 | 0 | 2A | 5 | 91 | 57 | 3D |
| Octal | 105 | 362 | 214 | 107 | 0 | 52 | 5 | 221 | 127 | 75 |
| Binary | 1000101 | 11110010 | 10001100 | 1000111 | 0 | 101010 | 101 | 10010001 | 1010111 | 111101 |
Color Harmonies of #45F28C
Complementary color
Monochromatic Colors of #45F28C
Black with #45F28C
Text Example
Text Example
White with #45F28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F28C; }
p { color: rgb(69,242,140); }
H1.HeaderClassName
{
color: #45F28C;
}
.AnyTagClassName
{
color: #45F28C;
}
</style>
background-color css
<style>
a { background-color: #45F28C; }
a { background-color: rgb(69,242,140); }
div.DivClassName
{
background-color: #45F28C;
}
.BgClassName
{
background-color: #45F28C;
}
</style>
border-color css
<style>
span { border-color: #45F28C; }
span { border-color: rgb(69,242,140); }
td.TdClassName
{
border-color: #45F28C;
}
.TagClassName
{
border-color: #45F28C;
}
</style>