#45D756

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

Shades of Emerald #45D756

Tints of Emerald #45D756

Color information

#45D756 (or 0x45D756) is unknown color: approx Emerald. HEX triplet: 45, D7 and 56. RGB value is (69,215,86). Sum of RGB (Red+Green+Blue) = 69+215+86=370 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.65% from 370); Green value is 215 (84.38% from 255 or 58.11% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 215 - color contains mainly: green. Hex color #45D756 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D756 is #BA28A9. Grayscale: #9D9D9D. Windows color (decimal): -12200106 or 5691205. OLE color: 5691205.

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

Color convert

RGB6921586-
CMYK0.6800.60.16
HSL126.99º64.6%55.69%-
HSV(B)126.99º67.91%84.31%-
XYZ28.4350.5417.06-
YUV156.6488.1365.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.65%
GREEN value IS 215 (84.38% from 255) = 58.11%
BLUE value IS 86 (33.98% from 255) = 23.24%
R=18.65%
G=58.11%
B=23.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal69215860.6800.60.16126.9964.655.69
Hex45D7564403C107f4138
Octal1053271261040742017710170
Binary1000101110101111010110100010001111001000011111111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,215,86); }

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

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

 a { background-color: rgb(69,215,86); }

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

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

 span { border-color: rgb(69,215,86); }

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