#45E56A

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

Shades of Emerald #45E56A

Tints of Emerald #45E56A

Color information

#45E56A (or 0x45E56A) is unknown color: approx Emerald. HEX triplet: 45, E5 and 6A. RGB value is (69,229,106). Sum of RGB (Red+Green+Blue) = 69+229+106=404 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.08% from 404); Green value is 229 (89.84% from 255 or 56.68% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 229 - color contains mainly: green. Hex color #45E56A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45E56A is #BA1A95. Grayscale: #A7A7A7. Windows color (decimal): -12196502 or 7005509. OLE color: 7005509.

HSL color Cylindrical-coordinate representation of color #45E56A: hue angle of 133.88º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E56A is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB69229106-
CMYK0.7000.540.10
HSL133.88º75.47%58.43%-
HSV(B)133.88º69.87%89.8%-
XYZ33.0858.3423.15-
YUV167.1493.4958-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.08%
GREEN value IS 229 (89.84% from 255) = 56.68%
BLUE value IS 106 (41.80% from 255) = 26.24%
R=17.08%
G=56.68%
B=26.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal692291060.7000.540.10133.8875.4758.43
Hex45E56A46036A864b3a
Octal1053451521060661220611372
Binary1000101111001011101010100011001101101010100001101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,229,106); }

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

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

 a { background-color: rgb(69,229,106); }

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

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

 span { border-color: rgb(69,229,106); }

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