#45D45E

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

Shades of Emerald #45D45E

Tints of Emerald #45D45E

Color information

#45D45E (or 0x45D45E) is unknown color: approx Emerald. HEX triplet: 45, D4 and 5E. RGB value is (69,212,94). Sum of RGB (Red+Green+Blue) = 69+212+94=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 212 (83.20% from 255 or 56.53% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 212 - color contains mainly: green. Hex color #45D45E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D45E is #BA2BA1. Grayscale: #9C9C9C. Windows color (decimal): -12200866 or 6214725. OLE color: 6214725.

HSL color Cylindrical-coordinate representation of color #45D45E: hue angle of 130.49º 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 #45D45E is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB6921294-
CMYK0.6700.560.17
HSL130.49º62.45%55.1%-
HSV(B)130.49º67.45%83.14%-
XYZ28.0249.1618.6-
YUV155.7993.1266.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.4%
GREEN value IS 212 (83.20% from 255) = 56.53%
BLUE value IS 94 (37.11% from 255) = 25.07%
R=18.4%
G=56.53%
B=25.07%

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
Decimal69212940.6700.560.17130.4962.4555.1
Hex45D45E4303811823e37
Octal105324136103070212027667
Binary1000101110101001011110100001101110001000110000010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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