Shades of Emerald #45EA68
Tints of Emerald #45EA68
RGB
CMYK
RGB Variations
Color information
#45EA68 (or 0x45EA68) is known color: Emerald. HEX triplet: 45, EA and 68. RGB value is (69,234,104). Sum of RGB (Red+Green+Blue) = 69+234+104=407 (53% of max value = 765). Red value is 69 (27.34% from 255 or 16.95% from 407); Green value is 234 (91.80% from 255 or 57.49% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 234 - color contains mainly: green. Hex color #45EA68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45EA68 is #BA1597. Grayscale: #AAAAAA. Windows color (decimal): -12195224 or 6875717. OLE color: 6875717.
HSL color Cylindrical-coordinate representation of color #45EA68: hue angle of 132.73º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EA68 is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 234 | 104 | - |
| CMYK | 0.71 | 0 | 0.56 | 0.08 |
| HSL | 132.73º | 0.8% | 0.59% | - |
| HSV(B) | 132.73º | 0.71% | 0.92% | - |
| XYZ | 34.38 | 61.11 | 23.08 | - |
| YUV | 169.85 | 90.84 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 234 | 104 | 0.71 | 0 | 0.56 | 0.08 | 132.73 | 0.8 | 0.59 |
| Hex | 45 | EA | 68 | 47 | 0 | 38 | 8 | 85 | 50 | 3B |
| Octal | 105 | 352 | 150 | 107 | 0 | 70 | 10 | 205 | 120 | 73 |
| Binary | 1000101 | 11101010 | 1101000 | 1000111 | 0 | 111000 | 1000 | 10000101 | 1010000 | 111011 |
Color Harmonies of #45EA68
Complementary color
Monochromatic Colors of #45EA68
Black with #45EA68
Text Example
Text Example
White with #45EA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EA68; }
p { color: rgb(69,234,104); }
H1.HeaderClassName
{
color: #45EA68;
}
.AnyTagClassName
{
color: #45EA68;
}
</style>
background-color css
<style>
a { background-color: #45EA68; }
a { background-color: rgb(69,234,104); }
div.DivClassName
{
background-color: #45EA68;
}
.BgClassName
{
background-color: #45EA68;
}
</style>
border-color css
<style>
span { border-color: #45EA68; }
span { border-color: rgb(69,234,104); }
td.TdClassName
{
border-color: #45EA68;
}
.TagClassName
{
border-color: #45EA68;
}
</style>