Shades of Emerald #45BF6C
Tints of Emerald #45BF6C
RGB
CMYK
RGB Variations
Color information
#45BF6C (or 0x45BF6C) is known color: Emerald. HEX triplet: 45, BF and 6C. RGB value is (69,191,108). Sum of RGB (Red+Green+Blue) = 69+191+108=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 191 (75% from 255 or 51.90% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 191 - color contains mainly: green. Hex color #45BF6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BF6C is #BA4093. Grayscale: #919191. Windows color (decimal): -12206228 or 7126853. OLE color: 7126853.
HSL color Cylindrical-coordinate representation of color #45BF6C: hue angle of 139.18º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45BF6C is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 191 | 108 | - |
| CMYK | 0.64 | 0 | 0.43 | 0.25 |
| HSL | 139.18º | 0.49% | 0.51% | - |
| HSV(B) | 139.18º | 0.64% | 0.75% | - |
| XYZ | 23.79 | 39.61 | 20.58 | - |
| YUV | 145.06 | 107.08 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 191 | 108 | 0.64 | 0 | 0.43 | 0.25 | 139.18 | 0.49 | 0.51 |
| Hex | 45 | BF | 6C | 40 | 0 | 2B | 19 | 8B | 31 | 33 |
| Octal | 105 | 277 | 154 | 100 | 0 | 53 | 31 | 213 | 61 | 63 |
| Binary | 1000101 | 10111111 | 1101100 | 1000000 | 0 | 101011 | 11001 | 10001011 | 110001 | 110011 |
Color Harmonies of #45BF6C
Complementary color
Monochromatic Colors of #45BF6C
Black with #45BF6C
Text Example
Text Example
White with #45BF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BF6C; }
p { color: rgb(69,191,108); }
H1.HeaderClassName
{
color: #45BF6C;
}
.AnyTagClassName
{
color: #45BF6C;
}
</style>
background-color css
<style>
a { background-color: #45BF6C; }
a { background-color: rgb(69,191,108); }
div.DivClassName
{
background-color: #45BF6C;
}
.BgClassName
{
background-color: #45BF6C;
}
</style>
border-color css
<style>
span { border-color: #45BF6C; }
span { border-color: rgb(69,191,108); }
td.TdClassName
{
border-color: #45BF6C;
}
.TagClassName
{
border-color: #45BF6C;
}
</style>