#45C871

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

Shades of Emerald #45C871

Tints of Emerald #45C871

Color information

#45C871 (or 0x45C871) is unknown color: approx Emerald. HEX triplet: 45, C8 and 71. RGB value is (69,200,113). Sum of RGB (Red+Green+Blue) = 69+200+113=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 200 (78.52% from 255 or 52.36% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 200 - color contains mainly: green. Hex color #45C871 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C871 is #BA378E. Grayscale: #979797. Windows color (decimal): -12203919 or 7456837. OLE color: 7456837.

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

Color convert

RGB69200113-
CMYK0.6600.440.22
HSL140.15º54.36%52.75%-
HSV(B)140.15º65.5%78.43%-
XYZ26.0943.7722.7-
YUV150.91106.669.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.06%
GREEN value IS 200 (78.52% from 255) = 52.36%
BLUE value IS 113 (44.53% from 255) = 29.58%
R=18.06%
G=52.36%
B=29.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal692001130.6600.440.22140.1554.3652.75
Hex45C8714202C168c3635
Octal105310161102054262146665
Binary1000101110010001110001100001001011001011010001100110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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