#45D984

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

Shades of Emerald #45D984

Tints of Emerald #45D984

Color information

#45D984 (or 0x45D984) is unknown color: approx Emerald. HEX triplet: 45, D9 and 84. RGB value is (69,217,132). Sum of RGB (Red+Green+Blue) = 69+217+132=418 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.51% from 418); Green value is 217 (85.16% from 255 or 51.91% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 217 - color contains mainly: green. Hex color #45D984 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45D984 is #BA267B. Grayscale: #A3A3A3. Windows color (decimal): -12199548 or 8706373. OLE color: 8706373.

HSL color Cylindrical-coordinate representation of color #45D984: hue angle of 145.54º 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 #45D984 is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB69217132-
CMYK0.6800.390.15
HSL145.54º66.07%56.08%-
HSV(B)145.54º68.2%85.1%-
XYZ31.4352.5630.32-
YUV163.06110.4760.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.51%
GREEN value IS 217 (85.16% from 255) = 51.91%
BLUE value IS 132 (51.95% from 255) = 31.58%
R=16.51%
G=51.91%
B=31.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal692171320.6800.390.15145.5466.0756.08
Hex45D98444027F924238
Octal1053312041040471722210270
Binary10001011101100110000100100010001001111111100100101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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