Shades of Emerald #45C35D
Tints of Emerald #45C35D
RGB
CMYK
RGB Variations
Color information
#45C35D (or 0x45C35D) is known color: Emerald. HEX triplet: 45, C3 and 5D. RGB value is (69,195,93). Sum of RGB (Red+Green+Blue) = 69+195+93=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 195 (76.56% from 255 or 54.62% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 195 - color contains mainly: green. Hex color #45C35D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C35D is #BA3CA2. Grayscale: #919191. Windows color (decimal): -12205219 or 6144837. OLE color: 6144837.
HSL color Cylindrical-coordinate representation of color #45C35D: hue angle of 131.43º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C35D is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 195 | 93 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.24 |
| HSL | 131.43º | 0.51% | 0.52% | - |
| HSV(B) | 131.43º | 0.65% | 0.76% | - |
| XYZ | 23.95 | 41.09 | 17.02 | - |
| YUV | 145.7 | 98.26 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 195 | 93 | 0.65 | 0 | 0.52 | 0.24 | 131.43 | 0.51 | 0.52 |
| Hex | 45 | C3 | 5D | 41 | 0 | 34 | 18 | 83 | 33 | 34 |
| Octal | 105 | 303 | 135 | 101 | 0 | 64 | 30 | 203 | 63 | 64 |
| Binary | 1000101 | 11000011 | 1011101 | 1000001 | 0 | 110100 | 11000 | 10000011 | 110011 | 110100 |
Color Harmonies of #45C35D
Complementary color
Monochromatic Colors of #45C35D
Black with #45C35D
Text Example
Text Example
White with #45C35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C35D; }
p { color: rgb(69,195,93); }
H1.HeaderClassName
{
color: #45C35D;
}
.AnyTagClassName
{
color: #45C35D;
}
</style>
background-color css
<style>
a { background-color: #45C35D; }
a { background-color: rgb(69,195,93); }
div.DivClassName
{
background-color: #45C35D;
}
.BgClassName
{
background-color: #45C35D;
}
</style>
border-color css
<style>
span { border-color: #45C35D; }
span { border-color: rgb(69,195,93); }
td.TdClassName
{
border-color: #45C35D;
}
.TagClassName
{
border-color: #45C35D;
}
</style>