#45D760

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

Shades of Emerald #45D760

Tints of Emerald #45D760

Color information

#45D760 (or 0x45D760) is unknown color: approx Emerald. HEX triplet: 45, D7 and 60. RGB value is (69,215,96). Sum of RGB (Red+Green+Blue) = 69+215+96=380 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.16% from 380); Green value is 215 (84.38% from 255 or 56.58% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 215 - color contains mainly: green. Hex color #45D760 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D760 is #BA289F. Grayscale: #9E9E9E. Windows color (decimal): -12200096 or 6346565. OLE color: 6346565.

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

Color convert

RGB6921596-
CMYK0.6800.550.16
HSL131.1º64.6%55.69%-
HSV(B)131.1º67.91%84.31%-
XYZ28.8750.7119.33-
YUV157.7893.1364.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.16%
GREEN value IS 215 (84.38% from 255) = 56.58%
BLUE value IS 96 (37.89% from 255) = 25.26%
R=18.16%
G=56.58%
B=25.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal69215960.6800.550.16131.164.655.69
Hex45D7604403710834138
Octal1053271401040672020310170
Binary10001011101011111000001000100011011110000100000111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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