Shades of Emerald #45CB75
Tints of Emerald #45CB75
RGB
CMYK
RGB Variations
Color information
#45CB75 (or 0x45CB75) is known color: Emerald. HEX triplet: 45, CB and 75. RGB value is (69,203,117). Sum of RGB (Red+Green+Blue) = 69+203+117=389 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.74% from 389); Green value is 203 (79.69% from 255 or 52.19% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 203 - color contains mainly: green. Hex color #45CB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CB75 is #BA348A. Grayscale: #999999. Windows color (decimal): -12203147 or 7719749. OLE color: 7719749.
HSL color Cylindrical-coordinate representation of color #45CB75: hue angle of 141.49º 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 #45CB75 is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 203 | 117 | - |
| CMYK | 0.66 | 0 | 0.42 | 0.20 |
| HSL | 141.49º | 0.56% | 0.53% | - |
| HSV(B) | 141.49º | 0.66% | 0.8% | - |
| XYZ | 27.02 | 45.26 | 24.14 | - |
| YUV | 153.13 | 107.61 | 67.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 203 | 117 | 0.66 | 0 | 0.42 | 0.20 | 141.49 | 0.56 | 0.53 |
| Hex | 45 | CB | 75 | 42 | 0 | 2A | 14 | 8D | 38 | 35 |
| Octal | 105 | 313 | 165 | 102 | 0 | 52 | 24 | 215 | 70 | 65 |
| Binary | 1000101 | 11001011 | 1110101 | 1000010 | 0 | 101010 | 10100 | 10001101 | 111000 | 110101 |
Color Harmonies of #45CB75
Complementary color
Monochromatic Colors of #45CB75
Black with #45CB75
Text Example
Text Example
White with #45CB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CB75; }
p { color: rgb(69,203,117); }
H1.HeaderClassName
{
color: #45CB75;
}
.AnyTagClassName
{
color: #45CB75;
}
</style>
background-color css
<style>
a { background-color: #45CB75; }
a { background-color: rgb(69,203,117); }
div.DivClassName
{
background-color: #45CB75;
}
.BgClassName
{
background-color: #45CB75;
}
</style>
border-color css
<style>
span { border-color: #45CB75; }
span { border-color: rgb(69,203,117); }
td.TdClassName
{
border-color: #45CB75;
}
.TagClassName
{
border-color: #45CB75;
}
</style>