#45d779

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

Shades of Emerald #45D779

Tints of Emerald #45D779

Color information

#45D779 (or 0x45D779) is unknown color: approx Emerald. HEX triplet: 45, D7 and 79. RGB value is (69,215,121). Sum of RGB (Red+Green+Blue) = 69+215+121=405 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.04% from 405); Green value is 215 (84.38% from 255 or 53.09% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 215 - color contains mainly: green. Hex color #45D779 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D779 is #BA2886. Grayscale: #A0A0A0. Windows color (decimal): -12200071 or 7984965. OLE color: 7984965.

HSL color Cylindrical-coordinate representation of color #45D779: hue angle of 141.37º 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 #45D779 is Cyan = 0.68, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB69215121-
CMYK0.6800.440.16
HSL141.37º64.6%55.69%-
HSV(B)141.37º67.91%84.31%-
XYZ30.2151.2526.39-
YUV160.63105.6362.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.04%
GREEN value IS 215 (84.38% from 255) = 53.09%
BLUE value IS 121 (47.66% from 255) = 29.88%
R=17.04%
G=53.09%
B=29.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal692151210.6800.440.16141.3764.655.69
Hex45D7794402C108d4138
Octal1053271711040542021510170
Binary10001011101011111110011000100010110010000100011011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45d779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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