#45C85F

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

Shades of Emerald #45C85F

Tints of Emerald #45C85F

Color information

#45C85F (or 0x45C85F) is unknown color: approx Emerald. HEX triplet: 45, C8 and 5F. RGB value is (69,200,95). Sum of RGB (Red+Green+Blue) = 69+200+95=364 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.96% from 364); Green value is 200 (78.52% from 255 or 54.95% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 200 - color contains mainly: green. Hex color #45C85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C85F is #BA37A0. Grayscale: #959595. Windows color (decimal): -12203937 or 6277189. OLE color: 6277189.

HSL color Cylindrical-coordinate representation of color #45C85F: hue angle of 131.91º 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 #45C85F is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB6920095-
CMYK0.6600.520.22
HSL131.91º54.36%52.75%-
HSV(B)131.91º65.5%78.43%-
XYZ25.1743.417.88-
YUV148.8697.671.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.96%
GREEN value IS 200 (78.52% from 255) = 54.95%
BLUE value IS 95 (37.5% from 255) = 26.10%
R=18.96%
G=54.95%
B=26.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal69200950.6600.520.22131.9154.3652.75
Hex45C85F4203416843635
Octal105310137102064262046665
Binary1000101110010001011111100001001101001011010000100110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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