Shades of Emerald #45CF8A
Tints of Emerald #45CF8A
RGB
CMYK
RGB Variations
Color information
#45CF8A (or 0x45CF8A) is known color: Emerald. HEX triplet: 45, CF and 8A. RGB value is (69,207,138). Sum of RGB (Red+Green+Blue) = 69+207+138=414 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.67% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #45CF8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45CF8A is #BA3075. Grayscale: #9E9E9E. Windows color (decimal): -12202102 or 9097029. OLE color: 9097029.
HSL color Cylindrical-coordinate representation of color #45CF8A: hue angle of 150º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45CF8A is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 207 | 138 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.19 |
| HSL | 150º | 0.59% | 0.54% | - |
| HSV(B) | 150º | 0.67% | 0.81% | - |
| XYZ | 29.35 | 47.73 | 31.71 | - |
| YUV | 157.87 | 116.78 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 207 | 138 | 0.67 | 0 | 0.33 | 0.19 | 150 | 0.59 | 0.54 |
| Hex | 45 | CF | 8A | 43 | 0 | 21 | 13 | 96 | 3B | 36 |
| Octal | 105 | 317 | 212 | 103 | 0 | 41 | 23 | 226 | 73 | 66 |
| Binary | 1000101 | 11001111 | 10001010 | 1000011 | 0 | 100001 | 10011 | 10010110 | 111011 | 110110 |
Color Harmonies of #45CF8A
Complementary color
Monochromatic Colors of #45CF8A
Black with #45CF8A
Text Example
Text Example
White with #45CF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CF8A; }
p { color: rgb(69,207,138); }
H1.HeaderClassName
{
color: #45CF8A;
}
.AnyTagClassName
{
color: #45CF8A;
}
</style>
background-color css
<style>
a { background-color: #45CF8A; }
a { background-color: rgb(69,207,138); }
div.DivClassName
{
background-color: #45CF8A;
}
.BgClassName
{
background-color: #45CF8A;
}
</style>
border-color css
<style>
span { border-color: #45CF8A; }
span { border-color: rgb(69,207,138); }
td.TdClassName
{
border-color: #45CF8A;
}
.TagClassName
{
border-color: #45CF8A;
}
</style>