#45E07D

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

Shades of Emerald #45E07D

Tints of Emerald #45E07D

Color information

#45E07D (or 0x45E07D) is unknown color: approx Emerald. HEX triplet: 45, E0 and 7D. RGB value is (69,224,125). Sum of RGB (Red+Green+Blue) = 69+224+125=418 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.51% from 418); Green value is 224 (87.89% from 255 or 53.59% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 224 - color contains mainly: green. Hex color #45E07D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45E07D is #BA1F82. Grayscale: #A6A6A6. Windows color (decimal): -12197763 or 8249413. OLE color: 8249413.

HSL color Cylindrical-coordinate representation of color #45E07D: hue angle of 141.68º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45E07D is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB69224125-
CMYK0.6900.440.12
HSL141.68º71.43%57.45%-
HSV(B)141.68º69.2%87.84%-
XYZ32.8156.0628.49-
YUV166.37104.6558.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.51%
GREEN value IS 224 (87.89% from 255) = 53.59%
BLUE value IS 125 (49.22% from 255) = 29.90%
R=16.51%
G=53.59%
B=29.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal692241250.6900.440.12141.6871.4357.45
Hex45E07D4502CC8e4739
Octal1053401751050541421610771
Binary1000101111000001111101100010101011001100100011101000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,224,125); }

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

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

 a { background-color: rgb(69,224,125); }

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

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

 span { border-color: rgb(69,224,125); }

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