#45EA6C

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

Shades of Emerald #45EA6C

Tints of Emerald #45EA6C

Color information

#45EA6C (or 0x45EA6C) is unknown color: approx Emerald. HEX triplet: 45, EA and 6C. RGB value is (69,234,108). Sum of RGB (Red+Green+Blue) = 69+234+108=411 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.79% from 411); Green value is 234 (91.80% from 255 or 56.93% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 234 - color contains mainly: green. Hex color #45EA6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45EA6C is #BA1593. Grayscale: #AAAAAA. Windows color (decimal): -12195220 or 7137861. OLE color: 7137861.

HSL color Cylindrical-coordinate representation of color #45EA6C: hue angle of 134.18º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EA6C is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB69234108-
CMYK0.7100.540.08
HSL134.18º79.71%59.41%-
HSV(B)134.18º70.51%91.76%-
XYZ34.5861.1924.18-
YUV170.392.8455.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.79%
GREEN value IS 234 (91.80% from 255) = 56.93%
BLUE value IS 108 (42.58% from 255) = 26.28%
R=16.79%
G=56.93%
B=26.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal692341080.7100.540.08134.1879.7159.41
Hex45EA6C47036886503b
Octal1053521541070661020612073
Binary1000101111010101101100100011101101101000100001101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45EA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,234,108); }

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

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

 a { background-color: rgb(69,234,108); }

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

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

 span { border-color: rgb(69,234,108); }

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