#45D664

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

Shades of Emerald #45D664

Tints of Emerald #45D664

Color information

#45D664 (or 0x45D664) is unknown color: approx Emerald. HEX triplet: 45, D6 and 64. RGB value is (69,214,100). Sum of RGB (Red+Green+Blue) = 69+214+100=383 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.02% from 383); Green value is 214 (83.98% from 255 or 55.87% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 214 - color contains mainly: green. Hex color #45D664 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D664 is #BA299B. Grayscale: #9D9D9D. Windows color (decimal): -12200348 or 6608453. OLE color: 6608453.

HSL color Cylindrical-coordinate representation of color #45D664: hue angle of 132.83º degrees, saturation: 0.64, 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 #45D664 is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB69214100-
CMYK0.6800.530.16
HSL132.83º63.88%55.49%-
HSV(B)132.83º67.76%83.92%-
XYZ28.850.2820.24-
YUV157.6595.4664.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.02%
GREEN value IS 214 (83.98% from 255) = 55.87%
BLUE value IS 100 (39.45% from 255) = 26.11%
R=18.02%
G=55.87%
B=26.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal692141000.6800.530.16132.8363.8855.49
Hex45D6644403510854037
Octal1053261441040652020510067
Binary10001011101011011001001000100011010110000100001011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,214,100); }

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

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

 a { background-color: rgb(69,214,100); }

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

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

 span { border-color: rgb(69,214,100); }

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