#45C17D

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

Shades of Emerald #45C17D

Tints of Emerald #45C17D

Color information

#45C17D (or 0x45C17D) is unknown color: approx Emerald. HEX triplet: 45, C1 and 7D. RGB value is (69,193,125). Sum of RGB (Red+Green+Blue) = 69+193+125=387 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.83% from 387); Green value is 193 (75.78% from 255 or 49.87% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 193 - color contains mainly: green. Hex color #45C17D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C17D is #BA3E82. Grayscale: #949494. Windows color (decimal): -12205699 or 8241477. OLE color: 8241477.

HSL color Cylindrical-coordinate representation of color #45C17D: hue angle of 147.1º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45C17D is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB69193125-
CMYK0.6400.350.24
HSL147.1º50%51.37%-
HSV(B)147.1º64.25%75.69%-
XYZ25.2340.8925.96-
YUV148.17114.9271.53-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.83%
GREEN value IS 193 (75.78% from 255) = 49.87%
BLUE value IS 125 (49.22% from 255) = 32.30%
R=17.83%
G=49.87%
B=32.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal691931250.6400.350.24147.15051.37
Hex45C17D4002318933233
Octal105301175100043302236263
Binary1000101110000011111101100000001000111100010010011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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