Shades of Emerald #45CF6B
Tints of Emerald #45CF6B
RGB
CMYK
RGB Variations
Color information
#45CF6B (or 0x45CF6B) is known color: Emerald. HEX triplet: 45, CF and 6B. RGB value is (69,207,107). Sum of RGB (Red+Green+Blue) = 69+207+107=383 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.02% from 383); Green value is 207 (81.25% from 255 or 54.05% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 207 - color contains mainly: green. Hex color #45CF6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CF6B is #BA3094. Grayscale: #9A9A9A. Windows color (decimal): -12202133 or 7065413. OLE color: 7065413.
HSL color Cylindrical-coordinate representation of color #45CF6B: hue angle of 136.52º 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 #45CF6B is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 207 | 107 | - |
| CMYK | 0.67 | 0 | 0.48 | 0.19 |
| HSL | 136.52º | 0.59% | 0.54% | - |
| HSV(B) | 136.52º | 0.67% | 0.81% | - |
| XYZ | 27.42 | 46.95 | 21.53 | - |
| YUV | 154.34 | 101.28 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 207 | 107 | 0.67 | 0 | 0.48 | 0.19 | 136.52 | 0.59 | 0.54 |
| Hex | 45 | CF | 6B | 43 | 0 | 30 | 13 | 89 | 3B | 36 |
| Octal | 105 | 317 | 153 | 103 | 0 | 60 | 23 | 211 | 73 | 66 |
| Binary | 1000101 | 11001111 | 1101011 | 1000011 | 0 | 110000 | 10011 | 10001001 | 111011 | 110110 |
Color Harmonies of #45CF6B
Complementary color
Monochromatic Colors of #45CF6B
Black with #45CF6B
Text Example
Text Example
White with #45CF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CF6B; }
p { color: rgb(69,207,107); }
H1.HeaderClassName
{
color: #45CF6B;
}
.AnyTagClassName
{
color: #45CF6B;
}
</style>
background-color css
<style>
a { background-color: #45CF6B; }
a { background-color: rgb(69,207,107); }
div.DivClassName
{
background-color: #45CF6B;
}
.BgClassName
{
background-color: #45CF6B;
}
</style>
border-color css
<style>
span { border-color: #45CF6B; }
span { border-color: rgb(69,207,107); }
td.TdClassName
{
border-color: #45CF6B;
}
.TagClassName
{
border-color: #45CF6B;
}
</style>