#45C981

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

Shades of Emerald #45C981

Tints of Emerald #45C981

Color information

#45C981 (or 0x45C981) is unknown color: approx Emerald. HEX triplet: 45, C9 and 81. RGB value is (69,201,129). Sum of RGB (Red+Green+Blue) = 69+201+129=399 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.29% from 399); Green value is 201 (78.91% from 255 or 50.38% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 201 - color contains mainly: green. Hex color #45C981 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45C981 is #BA367E. Grayscale: #999999. Windows color (decimal): -12203647 or 8505669. OLE color: 8505669.

HSL color Cylindrical-coordinate representation of color #45C981: hue angle of 147.27º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45C981 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB69201129-
CMYK0.6600.360.21
HSL147.27º55%52.94%-
HSV(B)147.27º65.67%78.82%-
XYZ27.344.6227.94-
YUV153.32114.2767.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.29%
GREEN value IS 201 (78.91% from 255) = 50.38%
BLUE value IS 129 (50.78% from 255) = 32.33%
R=17.29%
G=50.38%
B=32.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal692011290.6600.360.21147.275552.94
Hex45C9814202415933735
Octal105311201102044252236765
Binary10001011100100110000001100001001001001010110010011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,201,129); }

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

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

 a { background-color: rgb(69,201,129); }

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

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

 span { border-color: rgb(69,201,129); }

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