#45EB8B

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

Shades of Emerald #45EB8B

Tints of Emerald #45EB8B

Color information

#45EB8B (or 0x45EB8B) is unknown color: approx Emerald. HEX triplet: 45, EB and 8B. RGB value is (69,235,139). Sum of RGB (Red+Green+Blue) = 69+235+139=443 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.58% from 443); Green value is 235 (92.19% from 255 or 53.05% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 235 - color contains mainly: green. Hex color #45EB8B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45EB8B is #BA1474. Grayscale: #AEAEAE. Windows color (decimal): -12194933 or 9169733. OLE color: 9169733.

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

Color convert

RGB69235139-
CMYK0.7100.410.08
HSL145.3º80.58%59.61%-
HSV(B)145.3º70.64%92.16%-
XYZ36.8262.5534.56-
YUV174.4210852.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.58%
GREEN value IS 235 (92.19% from 255) = 53.05%
BLUE value IS 139 (54.69% from 255) = 31.38%
R=15.58%
G=53.05%
B=31.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal692351390.7100.410.08145.380.5859.61
Hex45EB8B47029891513c
Octal1053532131070511022112174
Binary10001011110101110001011100011101010011000100100011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45EB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,235,139); }

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

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

 a { background-color: rgb(69,235,139); }

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

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

 span { border-color: rgb(69,235,139); }

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