#45dd80

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

Shades of Emerald #45DD80

Tints of Emerald #45DD80

Color information

#45DD80 (or 0x45DD80) is unknown color: approx Emerald. HEX triplet: 45, DD and 80. RGB value is (69,221,128). Sum of RGB (Red+Green+Blue) = 69+221+128=418 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.51% from 418); Green value is 221 (86.72% from 255 or 52.87% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 221 - color contains mainly: green. Hex color #45DD80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45DD80 is #BA227F. Grayscale: #A5A5A5. Windows color (decimal): -12198528 or 8445253. OLE color: 8445253.

HSL color Cylindrical-coordinate representation of color #45DD80: hue angle of 143.29º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DD80 is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB69221128-
CMYK0.6900.420.13
HSL143.29º69.09%56.86%-
HSV(B)143.29º68.78%86.67%-
XYZ32.2154.5429.25-
YUV164.95107.1459.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.51%
GREEN value IS 221 (86.72% from 255) = 52.87%
BLUE value IS 128 (50.39% from 255) = 30.62%
R=16.51%
G=52.87%
B=30.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal692211280.6900.420.13143.2969.0956.86
Hex45DD804502AD8f4539
Octal1053352001050521521710571
Binary10001011101110110000000100010101010101101100011111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45dd80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,221,128); }

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

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

 a { background-color: rgb(69,221,128); }

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

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

 span { border-color: rgb(69,221,128); }

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