Shades of Emerald #45CF58
Tints of Emerald #45CF58
RGB
CMYK
RGB Variations
Color information
#45CF58 (or 0x45CF58) is known color: Emerald. HEX triplet: 45, CF and 58. RGB value is (69,207,88). Sum of RGB (Red+Green+Blue) = 69+207+88=364 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.96% from 364); Green value is 207 (81.25% from 255 or 56.87% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 207 - color contains mainly: green. Hex color #45CF58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CF58 is #BA30A7. Grayscale: #989898. Windows color (decimal): -12202152 or 5820229. OLE color: 5820229.
HSL color Cylindrical-coordinate representation of color #45CF58: hue angle of 128.26º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45CF58 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 207 | 88 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.19 |
| HSL | 128.26º | 0.59% | 0.54% | - |
| HSV(B) | 128.26º | 0.67% | 0.81% | - |
| XYZ | 26.53 | 46.6 | 16.83 | - |
| YUV | 152.17 | 91.78 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 207 | 88 | 0.67 | 0 | 0.57 | 0.19 | 128.26 | 0.59 | 0.54 |
| Hex | 45 | CF | 58 | 43 | 0 | 39 | 13 | 80 | 3B | 36 |
| Octal | 105 | 317 | 130 | 103 | 0 | 71 | 23 | 200 | 73 | 66 |
| Binary | 1000101 | 11001111 | 1011000 | 1000011 | 0 | 111001 | 10011 | 10000000 | 111011 | 110110 |
Color Harmonies of #45CF58
Complementary color
Monochromatic Colors of #45CF58
Black with #45CF58
Text Example
Text Example
White with #45CF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CF58; }
p { color: rgb(69,207,88); }
H1.HeaderClassName
{
color: #45CF58;
}
.AnyTagClassName
{
color: #45CF58;
}
</style>
background-color css
<style>
a { background-color: #45CF58; }
a { background-color: rgb(69,207,88); }
div.DivClassName
{
background-color: #45CF58;
}
.BgClassName
{
background-color: #45CF58;
}
</style>
border-color css
<style>
span { border-color: #45CF58; }
span { border-color: rgb(69,207,88); }
td.TdClassName
{
border-color: #45CF58;
}
.TagClassName
{
border-color: #45CF58;
}
</style>