Shades of Emerald #45CB6F
Tints of Emerald #45CB6F
RGB
CMYK
RGB Variations
Color information
#45CB6F (or 0x45CB6F) is known color: Emerald. HEX triplet: 45, CB and 6F. RGB value is (69,203,111). Sum of RGB (Red+Green+Blue) = 69+203+111=383 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.02% from 383); Green value is 203 (79.69% from 255 or 53.00% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 203 - color contains mainly: green. Hex color #45CB6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CB6F is #BA3490. Grayscale: #989898. Windows color (decimal): -12203153 or 7326533. OLE color: 7326533.
HSL color Cylindrical-coordinate representation of color #45CB6F: hue angle of 138.81º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CB6F is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 203 | 111 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.20 |
| HSL | 138.81º | 0.56% | 0.53% | - |
| HSV(B) | 138.81º | 0.66% | 0.8% | - |
| XYZ | 26.68 | 45.12 | 22.34 | - |
| YUV | 152.45 | 104.61 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 203 | 111 | 0.66 | 0 | 0.45 | 0.20 | 138.81 | 0.56 | 0.53 |
| Hex | 45 | CB | 6F | 42 | 0 | 2D | 14 | 8B | 38 | 35 |
| Octal | 105 | 313 | 157 | 102 | 0 | 55 | 24 | 213 | 70 | 65 |
| Binary | 1000101 | 11001011 | 1101111 | 1000010 | 0 | 101101 | 10100 | 10001011 | 111000 | 110101 |
Color Harmonies of #45CB6F
Complementary color
Monochromatic Colors of #45CB6F
Black with #45CB6F
Text Example
Text Example
White with #45CB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CB6F; }
p { color: rgb(69,203,111); }
H1.HeaderClassName
{
color: #45CB6F;
}
.AnyTagClassName
{
color: #45CB6F;
}
</style>
background-color css
<style>
a { background-color: #45CB6F; }
a { background-color: rgb(69,203,111); }
div.DivClassName
{
background-color: #45CB6F;
}
.BgClassName
{
background-color: #45CB6F;
}
</style>
border-color css
<style>
span { border-color: #45CB6F; }
span { border-color: rgb(69,203,111); }
td.TdClassName
{
border-color: #45CB6F;
}
.TagClassName
{
border-color: #45CB6F;
}
</style>