Shades of Emerald #45C263
Tints of Emerald #45C263
RGB
CMYK
RGB Variations
Color information
#45C263 (or 0x45C263) is known color: Emerald. HEX triplet: 45, C2 and 63. RGB value is (69,194,99). Sum of RGB (Red+Green+Blue) = 69+194+99=362 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.06% from 362); Green value is 194 (76.17% from 255 or 53.59% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 194 - color contains mainly: green. Hex color #45C263 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C263 is #BA3D9C. Grayscale: #929292. Windows color (decimal): -12205469 or 6537797. OLE color: 6537797.
HSL color Cylindrical-coordinate representation of color #45C263: hue angle of 134.4º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45C263 is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 194 | 99 | - |
| CMYK | 0.64 | 0 | 0.49 | 0.24 |
| HSL | 134.4º | 0.51% | 0.52% | - |
| HSV(B) | 134.4º | 0.64% | 0.76% | - |
| XYZ | 24 | 40.75 | 18.41 | - |
| YUV | 145.8 | 101.59 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 194 | 99 | 0.64 | 0 | 0.49 | 0.24 | 134.4 | 0.51 | 0.52 |
| Hex | 45 | C2 | 63 | 40 | 0 | 31 | 18 | 86 | 33 | 34 |
| Octal | 105 | 302 | 143 | 100 | 0 | 61 | 30 | 206 | 63 | 64 |
| Binary | 1000101 | 11000010 | 1100011 | 1000000 | 0 | 110001 | 11000 | 10000110 | 110011 | 110100 |
Color Harmonies of #45C263
Complementary color
Monochromatic Colors of #45C263
Black with #45C263
Text Example
Text Example
White with #45C263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C263; }
p { color: rgb(69,194,99); }
H1.HeaderClassName
{
color: #45C263;
}
.AnyTagClassName
{
color: #45C263;
}
</style>
background-color css
<style>
a { background-color: #45C263; }
a { background-color: rgb(69,194,99); }
div.DivClassName
{
background-color: #45C263;
}
.BgClassName
{
background-color: #45C263;
}
</style>
border-color css
<style>
span { border-color: #45C263; }
span { border-color: rgb(69,194,99); }
td.TdClassName
{
border-color: #45C263;
}
.TagClassName
{
border-color: #45C263;
}
</style>