#45ED6D

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

Shades of Emerald #45ED6D

Tints of Emerald #45ED6D

Color information

#45ED6D (or 0x45ED6D) is unknown color: approx Emerald. HEX triplet: 45, ED and 6D. RGB value is (69,237,109). Sum of RGB (Red+Green+Blue) = 69+237+109=415 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.63% from 415); Green value is 237 (92.97% from 255 or 57.11% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 237 - color contains mainly: green. Hex color #45ED6D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45ED6D is #BA1292. Grayscale: #ACACAC. Windows color (decimal): -12194451 or 7204165. OLE color: 7204165.

HSL color Cylindrical-coordinate representation of color #45ED6D: hue angle of 134.29º 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 #45ED6D is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB69237109-
CMYK0.7100.540.07
HSL134.29º82.35%60%-
HSV(B)134.29º70.89%92.94%-
XYZ35.562.9424.75-
YUV172.1892.3454.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.63%
GREEN value IS 237 (92.97% from 255) = 57.11%
BLUE value IS 109 (42.97% from 255) = 26.27%
R=16.63%
G=57.11%
B=26.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal692371090.7100.540.07134.2982.3560
Hex45ED6D47036786523c
Octal105355155107066720612274
Binary100010111101101110110110001110110110111100001101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45ED6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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