Shades of Emerald #45CF63
Tints of Emerald #45CF63
RGB
CMYK
RGB Variations
Color information
#45CF63 (or 0x45CF63) is known color: Emerald. HEX triplet: 45, CF and 63. RGB value is (69,207,99). Sum of RGB (Red+Green+Blue) = 69+207+99=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 207 (81.25% from 255 or 55.2% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 207 - color contains mainly: green. Hex color #45CF63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CF63 is #BA309C. Grayscale: #999999. Windows color (decimal): -12202141 or 6541125. OLE color: 6541125.
HSL color Cylindrical-coordinate representation of color #45CF63: hue angle of 133.04º 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 #45CF63 is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 207 | 99 | - |
| CMYK | 0.67 | 0 | 0.52 | 0.19 |
| HSL | 133.04º | 0.59% | 0.54% | - |
| HSV(B) | 133.04º | 0.67% | 0.81% | - |
| XYZ | 27.02 | 46.79 | 19.41 | - |
| YUV | 153.43 | 97.28 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 207 | 99 | 0.67 | 0 | 0.52 | 0.19 | 133.04 | 0.59 | 0.54 |
| Hex | 45 | CF | 63 | 43 | 0 | 34 | 13 | 85 | 3B | 36 |
| Octal | 105 | 317 | 143 | 103 | 0 | 64 | 23 | 205 | 73 | 66 |
| Binary | 1000101 | 11001111 | 1100011 | 1000011 | 0 | 110100 | 10011 | 10000101 | 111011 | 110110 |
Color Harmonies of #45CF63
Complementary color
Monochromatic Colors of #45CF63
Black with #45CF63
Text Example
Text Example
White with #45CF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CF63; }
p { color: rgb(69,207,99); }
H1.HeaderClassName
{
color: #45CF63;
}
.AnyTagClassName
{
color: #45CF63;
}
</style>
background-color css
<style>
a { background-color: #45CF63; }
a { background-color: rgb(69,207,99); }
div.DivClassName
{
background-color: #45CF63;
}
.BgClassName
{
background-color: #45CF63;
}
</style>
border-color css
<style>
span { border-color: #45CF63; }
span { border-color: rgb(69,207,99); }
td.TdClassName
{
border-color: #45CF63;
}
.TagClassName
{
border-color: #45CF63;
}
</style>