#45D55D

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

Shades of Emerald #45D55D

Tints of Emerald #45D55D

Color information

#45D55D (or 0x45D55D) is unknown color: approx Emerald. HEX triplet: 45, D5 and 5D. RGB value is (69,213,93). Sum of RGB (Red+Green+Blue) = 69+213+93=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 213 (83.59% from 255 or 56.8% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 213 - color contains mainly: green. Hex color #45D55D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D55D is #BA2AA2. Grayscale: #9C9C9C. Windows color (decimal): -12200611 or 6149445. OLE color: 6149445.

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

Color convert

RGB6921393-
CMYK0.6800.560.16
HSL130º63.16%55.29%-
HSV(B)130º67.61%83.53%-
XYZ28.2249.6418.45-
YUV156.2692.2965.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.4%
GREEN value IS 213 (83.59% from 255) = 56.8%
BLUE value IS 93 (36.72% from 255) = 24.8%
R=18.4%
G=56.8%
B=24.8%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal69213930.6800.560.1613063.1655.29
Hex45D55D4403810823f37
Octal105325135104070202027767
Binary1000101110101011011101100010001110001000010000010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,213,93); }

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

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

 a { background-color: rgb(69,213,93); }

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

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

 span { border-color: rgb(69,213,93); }

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