#45C85E

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

Shades of Emerald #45C85E

Tints of Emerald #45C85E

Color information

#45C85E (or 0x45C85E) is unknown color: approx Emerald. HEX triplet: 45, C8 and 5E. RGB value is (69,200,94). Sum of RGB (Red+Green+Blue) = 69+200+94=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 200 (78.52% from 255 or 55.10% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 200 - color contains mainly: green. Hex color #45C85E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C85E is #BA37A1. Grayscale: #959595. Windows color (decimal): -12203938 or 6211653. OLE color: 6211653.

HSL color Cylindrical-coordinate representation of color #45C85E: hue angle of 131.45º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C85E is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB6920094-
CMYK0.6600.530.22
HSL131.45º54.36%52.75%-
HSV(B)131.45º65.5%78.43%-
XYZ25.1343.3817.64-
YUV148.7597.171.12-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.01%
GREEN value IS 200 (78.52% from 255) = 55.10%
BLUE value IS 94 (37.11% from 255) = 25.90%
R=19.01%
G=55.10%
B=25.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal69200940.6600.530.22131.4554.3652.75
Hex45C85E4203516833635
Octal105310136102065262036665
Binary1000101110010001011110100001001101011011010000011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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