#45D45D

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

Shades of Emerald #45D45D

Tints of Emerald #45D45D

Color information

#45D45D (or 0x45D45D) is unknown color: approx Emerald. HEX triplet: 45, D4 and 5D. RGB value is (69,212,93). Sum of RGB (Red+Green+Blue) = 69+212+93=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 212 (83.20% from 255 or 56.68% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 212 - color contains mainly: green. Hex color #45D45D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D45D is #BA2BA2. Grayscale: #9C9C9C. Windows color (decimal): -12200867 or 6149189. OLE color: 6149189.

HSL color Cylindrical-coordinate representation of color #45D45D: hue angle of 130.07º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D45D is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB6921293-
CMYK0.6700.560.17
HSL130.07º62.45%55.1%-
HSV(B)130.07º67.45%83.14%-
XYZ27.9749.1418.37-
YUV155.6892.6266.18-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.45%
GREEN value IS 212 (83.20% from 255) = 56.68%
BLUE value IS 93 (36.72% from 255) = 24.87%
R=18.45%
G=56.68%
B=24.87%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal69212930.6700.560.17130.0762.4555.1
Hex45D45D4303811823e37
Octal105324135103070212027667
Binary1000101110101001011101100001101110001000110000010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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