#45CA79

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

Shades of Emerald #45CA79

Tints of Emerald #45CA79

Color information

#45CA79 (or 0x45CA79) is unknown color: approx Emerald. HEX triplet: 45, CA and 79. RGB value is (69,202,121). Sum of RGB (Red+Green+Blue) = 69+202+121=392 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.60% from 392); Green value is 202 (79.30% from 255 or 51.53% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 202 - color contains mainly: green. Hex color #45CA79 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CA79 is #BA3586. Grayscale: #999999. Windows color (decimal): -12203399 or 7981637. OLE color: 7981637.

HSL color Cylindrical-coordinate representation of color #45CA79: hue angle of 143.46º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CA79 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB69202121-
CMYK0.6600.400.21
HSL143.46º55.65%53.14%-
HSV(B)143.46º65.84%79.22%-
XYZ27.0344.8925.33-
YUV153109.9468.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.60%
GREEN value IS 202 (79.30% from 255) = 51.53%
BLUE value IS 121 (47.66% from 255) = 30.87%
R=17.60%
G=51.53%
B=30.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal692021210.6600.400.21143.4655.6553.14
Hex45CA7942028158f3835
Octal105312171102050252177065
Binary1000101110010101111001100001001010001010110001111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,202,121); }

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

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

 a { background-color: rgb(69,202,121); }

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

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

 span { border-color: rgb(69,202,121); }

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