Shades of Emerald #45D68A
Tints of Emerald #45D68A
RGB
CMYK
RGB Variations
Color information
#45D68A (or 0x45D68A) is known color: Emerald. HEX triplet: 45, D6 and 8A. RGB value is (69,214,138). Sum of RGB (Red+Green+Blue) = 69+214+138=421 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.39% from 421); Green value is 214 (83.98% from 255 or 50.83% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 214 - color contains mainly: green. Hex color #45D68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45D68A is #BA2975. Grayscale: #A2A2A2. Windows color (decimal): -12200310 or 9098821. OLE color: 9098821.
HSL color Cylindrical-coordinate representation of color #45D68A: hue angle of 148.55º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D68A is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 214 | 138 | - |
| CMYK | 0.68 | 0 | 0.36 | 0.16 |
| HSL | 148.55º | 0.64% | 0.55% | - |
| HSV(B) | 148.55º | 0.68% | 0.84% | - |
| XYZ | 31.09 | 51.19 | 32.29 | - |
| YUV | 161.98 | 114.46 | 61.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 214 | 138 | 0.68 | 0 | 0.36 | 0.16 | 148.55 | 0.64 | 0.55 |
| Hex | 45 | D6 | 8A | 44 | 0 | 24 | 10 | 95 | 40 | 37 |
| Octal | 105 | 326 | 212 | 104 | 0 | 44 | 20 | 225 | 100 | 67 |
| Binary | 1000101 | 11010110 | 10001010 | 1000100 | 0 | 100100 | 10000 | 10010101 | 1000000 | 110111 |
Color Harmonies of #45D68A
Complementary color
Monochromatic Colors of #45D68A
Black with #45D68A
Text Example
Text Example
White with #45D68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D68A; }
p { color: rgb(69,214,138); }
H1.HeaderClassName
{
color: #45D68A;
}
.AnyTagClassName
{
color: #45D68A;
}
</style>
background-color css
<style>
a { background-color: #45D68A; }
a { background-color: rgb(69,214,138); }
div.DivClassName
{
background-color: #45D68A;
}
.BgClassName
{
background-color: #45D68A;
}
</style>
border-color css
<style>
span { border-color: #45D68A; }
span { border-color: rgb(69,214,138); }
td.TdClassName
{
border-color: #45D68A;
}
.TagClassName
{
border-color: #45D68A;
}
</style>