#45D87A

Color #45D87A Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #45D87A

Tints of Emerald #45D87A

Color information

#45D87A (or 0x45D87A) is unknown color: approx Emerald. HEX triplet: 45, D8 and 7A. RGB value is (69,216,122). Sum of RGB (Red+Green+Blue) = 69+216+122=407 (53% of max value = 765). Red value is 69 (27.34% from 255 or 16.95% from 407); Green value is 216 (84.77% from 255 or 53.07% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 216 - color contains mainly: green. Hex color #45D87A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D87A is #BA2785. Grayscale: #A1A1A1. Windows color (decimal): -12199814 or 8050757. OLE color: 8050757.

HSL color Cylindrical-coordinate representation of color #45D87A: hue angle of 141.63º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D87A is Cyan = 0.68, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB69216122-
CMYK0.6800.440.15
HSL141.63º65.33%55.88%-
HSV(B)141.63º68.06%84.71%-
XYZ30.5251.7826.8-
YUV161.33105.862.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 16.95%
GREEN value IS 216 (84.77% from 255) = 53.07%
BLUE value IS 122 (48.05% from 255) = 29.98%
R=16.95%
G=53.07%
B=29.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal692161220.6800.440.15141.6365.3355.88
Hex45D87A4402CF8e4138
Octal1053301721040541721610170
Binary1000101110110001111010100010001011001111100011101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45D87A; }

 p { color: rgb(69,216,122); }

 H1.HeaderClassName
 {
   color: #45D87A;
 }
 .AnyTagClassName
 {
   color: #45D87A;
 }
</style>
background-color css

<style>
 a { background-color: #45D87A; }

 a { background-color: rgb(69,216,122); }

 div.DivClassName
 {
   background-color: #45D87A;
 }
 .BgClassName
 {
   background-color: #45D87A;
 }
</style>
border-color css

<style>
 span { border-color: #45D87A; }

 span { border-color: rgb(69,216,122); }

 td.TdClassName
 {
   border-color: #45D87A;
 }
 .TagClassName
 {
   border-color: #45D87A;
 }
</style>