#45ED80

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

Shades of Emerald #45ED80

Tints of Emerald #45ED80

Color information

#45ED80 (or 0x45ED80) is unknown color: approx Emerald. HEX triplet: 45, ED and 80. RGB value is (69,237,128). Sum of RGB (Red+Green+Blue) = 69+237+128=434 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.90% from 434); Green value is 237 (92.97% from 255 or 54.61% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 237 - color contains mainly: green. Hex color #45ED80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45ED80 is #BA127F. Grayscale: #AEAEAE. Windows color (decimal): -12194432 or 8449349. OLE color: 8449349.

HSL color Cylindrical-coordinate representation of color #45ED80: hue angle of 141.07º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45ED80 is Cyan = 0.71, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB69237128-
CMYK0.7100.460.07
HSL141.07º82.35%60%-
HSV(B)141.07º70.89%92.94%-
XYZ36.6363.3930.73-
YUV174.34101.8452.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.90%
GREEN value IS 237 (92.97% from 255) = 54.61%
BLUE value IS 128 (50.39% from 255) = 29.49%
R=15.90%
G=54.61%
B=29.49%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal692371280.7100.460.07141.0782.3560
Hex45ED804702E78d523c
Octal105355200107056721512274
Binary1000101111011011000000010001110101110111100011011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45ED80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,237,128); }

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

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

 a { background-color: rgb(69,237,128); }

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

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

 span { border-color: rgb(69,237,128); }

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