#45D584

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

Shades of Emerald #45D584

Tints of Emerald #45D584

Color information

#45D584 (or 0x45D584) is unknown color: approx Emerald. HEX triplet: 45, D5 and 84. RGB value is (69,213,132). Sum of RGB (Red+Green+Blue) = 69+213+132=414 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.67% from 414); Green value is 213 (83.59% from 255 or 51.45% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 213 - color contains mainly: green. Hex color #45D584 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45D584 is #BA2A7B. Grayscale: #A0A0A0. Windows color (decimal): -12200572 or 8705349. OLE color: 8705349.

HSL color Cylindrical-coordinate representation of color #45D584: hue angle of 146.25º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D584 is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB69213132-
CMYK0.6800.380.16
HSL146.25º63.16%55.29%-
HSV(B)146.25º67.61%83.53%-
XYZ30.4150.5229.98-
YUV160.71111.7962.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.67%
GREEN value IS 213 (83.59% from 255) = 51.45%
BLUE value IS 132 (51.95% from 255) = 31.88%
R=16.67%
G=51.45%
B=31.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal692131320.6800.380.16146.2563.1655.29
Hex45D5844402610923f37
Octal105325204104046202227767
Binary10001011101010110000100100010001001101000010010010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,213,132); }

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

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

 a { background-color: rgb(69,213,132); }

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

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

 span { border-color: rgb(69,213,132); }

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