#45D97F

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

Shades of Emerald #45D97F

Tints of Emerald #45D97F

Color information

#45D97F (or 0x45D97F) is unknown color: approx Emerald. HEX triplet: 45, D9 and 7F. RGB value is (69,217,127). Sum of RGB (Red+Green+Blue) = 69+217+127=413 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.71% from 413); Green value is 217 (85.16% from 255 or 52.54% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 217 - color contains mainly: green. Hex color #45D97F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D97F is #BA2680. Grayscale: #A2A2A2. Windows color (decimal): -12199553 or 8378693. OLE color: 8378693.

HSL color Cylindrical-coordinate representation of color #45D97F: hue angle of 143.51º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D97F is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB69217127-
CMYK0.6800.410.15
HSL143.51º66.07%56.08%-
HSV(B)143.51º68.2%85.1%-
XYZ31.152.4228.56-
YUV162.49107.9761.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.71%
GREEN value IS 217 (85.16% from 255) = 52.54%
BLUE value IS 127 (50% from 255) = 30.75%
R=16.71%
G=52.54%
B=30.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal692171270.6800.410.15143.5166.0756.08
Hex45D97F44029F904238
Octal1053311771040511722010270
Binary1000101110110011111111100010001010011111100100001000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,217,127); }

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

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

 a { background-color: rgb(69,217,127); }

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

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

 span { border-color: rgb(69,217,127); }

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