Shades of Emerald #45F18B
Tints of Emerald #45F18B
RGB
CMYK
RGB Variations
Color information
#45F18B (or 0x45F18B) is known color: Emerald. HEX triplet: 45, F1 and 8B. RGB value is (69,241,139). Sum of RGB (Red+Green+Blue) = 69+241+139=449 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.37% from 449); Green value is 241 (94.53% from 255 or 53.67% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 241 - color contains mainly: green. Hex color #45F18B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45F18B is #BA0E74. Grayscale: #B2B2B2. Windows color (decimal): -12193397 or 9171269. OLE color: 9171269.
HSL color Cylindrical-coordinate representation of color #45F18B: hue angle of 144.42º degrees, saturation: 0.86, 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 #45F18B is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 241 | 139 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.05 |
| HSL | 144.42º | 0.86% | 0.61% | - |
| HSV(B) | 144.42º | 0.71% | 0.95% | - |
| XYZ | 38.57 | 66.04 | 35.14 | - |
| YUV | 177.94 | 106.02 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 241 | 139 | 0.71 | 0 | 0.42 | 0.05 | 144.42 | 0.86 | 0.61 |
| Hex | 45 | F1 | 8B | 47 | 0 | 2A | 5 | 90 | 56 | 3D |
| Octal | 105 | 361 | 213 | 107 | 0 | 52 | 5 | 220 | 126 | 75 |
| Binary | 1000101 | 11110001 | 10001011 | 1000111 | 0 | 101010 | 101 | 10010000 | 1010110 | 111101 |
Color Harmonies of #45F18B
Complementary color
Monochromatic Colors of #45F18B
Black with #45F18B
Text Example
Text Example
White with #45F18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F18B; }
p { color: rgb(69,241,139); }
H1.HeaderClassName
{
color: #45F18B;
}
.AnyTagClassName
{
color: #45F18B;
}
</style>
background-color css
<style>
a { background-color: #45F18B; }
a { background-color: rgb(69,241,139); }
div.DivClassName
{
background-color: #45F18B;
}
.BgClassName
{
background-color: #45F18B;
}
</style>
border-color css
<style>
span { border-color: #45F18B; }
span { border-color: rgb(69,241,139); }
td.TdClassName
{
border-color: #45F18B;
}
.TagClassName
{
border-color: #45F18B;
}
</style>