#45D773

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

Shades of Emerald #45D773

Tints of Emerald #45D773

Color information

#45D773 (or 0x45D773) is unknown color: approx Emerald. HEX triplet: 45, D7 and 73. RGB value is (69,215,115). Sum of RGB (Red+Green+Blue) = 69+215+115=399 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.29% from 399); Green value is 215 (84.38% from 255 or 53.88% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 215 - color contains mainly: green. Hex color #45D773 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D773 is #BA288C. Grayscale: #A0A0A0. Windows color (decimal): -12200077 or 7591749. OLE color: 7591749.

HSL color Cylindrical-coordinate representation of color #45D773: hue angle of 138.9º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D773 is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB69215115-
CMYK0.6800.470.16
HSL138.9º64.6%55.69%-
HSV(B)138.9º67.91%84.31%-
XYZ29.8551.124.51-
YUV159.95102.6363.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.29%
GREEN value IS 215 (84.38% from 255) = 53.88%
BLUE value IS 115 (45.31% from 255) = 28.82%
R=17.29%
G=53.88%
B=28.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal692151150.6800.470.16138.964.655.69
Hex45D7734402F108b4138
Octal1053271631040572021310170
Binary10001011101011111100111000100010111110000100010111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,215,115); }

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

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

 a { background-color: rgb(69,215,115); }

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

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

 span { border-color: rgb(69,215,115); }

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