Shades of Emerald #45DE5F
Tints of Emerald #45DE5F
RGB
CMYK
RGB Variations
Color information
#45DE5F (or 0x45DE5F) is known color: Emerald. HEX triplet: 45, DE and 5F. RGB value is (69,222,95). Sum of RGB (Red+Green+Blue) = 69+222+95=386 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.88% from 386); Green value is 222 (87.11% from 255 or 57.51% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 222 - color contains mainly: green. Hex color #45DE5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45DE5F is #BA21A0. Grayscale: #A2A2A2. Windows color (decimal): -12198305 or 6282821. OLE color: 6282821.
HSL color Cylindrical-coordinate representation of color #45DE5F: hue angle of 130.2º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DE5F is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 222 | 95 | - |
| CMYK | 0.69 | 0 | 0.57 | 0.13 |
| HSL | 130.2º | 0.7% | 0.57% | - |
| HSV(B) | 130.2º | 0.69% | 0.87% | - |
| XYZ | 30.64 | 54.33 | 19.7 | - |
| YUV | 161.78 | 90.31 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 222 | 95 | 0.69 | 0 | 0.57 | 0.13 | 130.2 | 0.7 | 0.57 |
| Hex | 45 | DE | 5F | 45 | 0 | 39 | D | 82 | 46 | 39 |
| Octal | 105 | 336 | 137 | 105 | 0 | 71 | 15 | 202 | 106 | 71 |
| Binary | 1000101 | 11011110 | 1011111 | 1000101 | 0 | 111001 | 1101 | 10000010 | 1000110 | 111001 |
Color Harmonies of #45DE5F
Complementary color
Monochromatic Colors of #45DE5F
Black with #45DE5F
Text Example
Text Example
White with #45DE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DE5F; }
p { color: rgb(69,222,95); }
H1.HeaderClassName
{
color: #45DE5F;
}
.AnyTagClassName
{
color: #45DE5F;
}
</style>
background-color css
<style>
a { background-color: #45DE5F; }
a { background-color: rgb(69,222,95); }
div.DivClassName
{
background-color: #45DE5F;
}
.BgClassName
{
background-color: #45DE5F;
}
</style>
border-color css
<style>
span { border-color: #45DE5F; }
span { border-color: rgb(69,222,95); }
td.TdClassName
{
border-color: #45DE5F;
}
.TagClassName
{
border-color: #45DE5F;
}
</style>