Shades of Emerald #45C66F
Tints of Emerald #45C66F
RGB
CMYK
RGB Variations
Color information
#45C66F (or 0x45C66F) is known color: Emerald. HEX triplet: 45, C6 and 6F. RGB value is (69,198,111). Sum of RGB (Red+Green+Blue) = 69+198+111=378 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.25% from 378); Green value is 198 (77.73% from 255 or 52.38% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 198 - color contains mainly: green. Hex color #45C66F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C66F is #BA3990. Grayscale: #959595. Windows color (decimal): -12204433 or 7325253. OLE color: 7325253.
HSL color Cylindrical-coordinate representation of color #45C66F: hue angle of 139.53º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C66F is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 198 | 111 | - |
| CMYK | 0.65 | 0 | 0.44 | 0.22 |
| HSL | 139.53º | 0.53% | 0.52% | - |
| HSV(B) | 139.53º | 0.65% | 0.78% | - |
| XYZ | 25.52 | 42.8 | 21.96 | - |
| YUV | 149.51 | 106.26 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 198 | 111 | 0.65 | 0 | 0.44 | 0.22 | 139.53 | 0.53 | 0.52 |
| Hex | 45 | C6 | 6F | 41 | 0 | 2C | 16 | 8C | 35 | 34 |
| Octal | 105 | 306 | 157 | 101 | 0 | 54 | 26 | 214 | 65 | 64 |
| Binary | 1000101 | 11000110 | 1101111 | 1000001 | 0 | 101100 | 10110 | 10001100 | 110101 | 110100 |
Color Harmonies of #45C66F
Complementary color
Monochromatic Colors of #45C66F
Black with #45C66F
Text Example
Text Example
White with #45C66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C66F; }
p { color: rgb(69,198,111); }
H1.HeaderClassName
{
color: #45C66F;
}
.AnyTagClassName
{
color: #45C66F;
}
</style>
background-color css
<style>
a { background-color: #45C66F; }
a { background-color: rgb(69,198,111); }
div.DivClassName
{
background-color: #45C66F;
}
.BgClassName
{
background-color: #45C66F;
}
</style>
border-color css
<style>
span { border-color: #45C66F; }
span { border-color: rgb(69,198,111); }
td.TdClassName
{
border-color: #45C66F;
}
.TagClassName
{
border-color: #45C66F;
}
</style>