#45DE5B

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

Shades of Emerald #45DE5B

Tints of Emerald #45DE5B

Color information

#45DE5B (or 0x45DE5B) is unknown color: approx Emerald. HEX triplet: 45, DE and 5B. RGB value is (69,222,91). Sum of RGB (Red+Green+Blue) = 69+222+91=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 222 (87.11% from 255 or 58.12% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 222 - color contains mainly: green. Hex color #45DE5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45DE5B is #BA21A4. Grayscale: #A1A1A1. Windows color (decimal): -12198309 or 6020677. OLE color: 6020677.

HSL color Cylindrical-coordinate representation of color #45DE5B: hue angle of 128.63º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DE5B is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB6922291-
CMYK0.6900.590.13
HSL128.63º69.86%57.06%-
HSV(B)128.63º68.92%87.06%-
XYZ30.4654.2618.77-
YUV161.3288.3162.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.06%
GREEN value IS 222 (87.11% from 255) = 58.12%
BLUE value IS 91 (35.94% from 255) = 23.82%
R=18.06%
G=58.12%
B=23.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal69222910.6900.590.13128.6369.8657.06
Hex45DE5B4503BD814639
Octal1053361331050731520110671
Binary1000101110111101011011100010101110111101100000011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45DE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,222,91); }

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

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

 a { background-color: rgb(69,222,91); }

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

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

 span { border-color: rgb(69,222,91); }

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