#45D774

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

Shades of Emerald #45D774

Tints of Emerald #45D774

Color information

#45D774 (or 0x45D774) is unknown color: approx Emerald. HEX triplet: 45, D7 and 74. RGB value is (69,215,116). Sum of RGB (Red+Green+Blue) = 69+215+116=400 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.25% from 400); Green value is 215 (84.38% from 255 or 53.75% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 215 - color contains mainly: green. Hex color #45D774 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D774 is #BA288B. Grayscale: #A0A0A0. Windows color (decimal): -12200076 or 7657285. OLE color: 7657285.

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

Color convert

RGB69215116-
CMYK0.6800.460.16
HSL139.32º64.6%55.69%-
HSV(B)139.32º67.91%84.31%-
XYZ29.9151.1324.82-
YUV160.06103.1363.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.25%
GREEN value IS 215 (84.38% from 255) = 53.75%
BLUE value IS 116 (45.70% from 255) = 29%
R=17.25%
G=53.75%
B=29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal692151160.6800.460.16139.3264.655.69
Hex45D7744402E108b4138
Octal1053271641040562021310170
Binary10001011101011111101001000100010111010000100010111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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