#45EB74

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

Shades of Emerald #45EB74

Tints of Emerald #45EB74

Color information

#45EB74 (or 0x45EB74) is unknown color: approx Emerald. HEX triplet: 45, EB and 74. RGB value is (69,235,116). Sum of RGB (Red+Green+Blue) = 69+235+116=420 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.43% from 420); Green value is 235 (92.19% from 255 or 55.95% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 235 - color contains mainly: green. Hex color #45EB74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45EB74 is #BA148B. Grayscale: #ACACAC. Windows color (decimal): -12194956 or 7662405. OLE color: 7662405.

HSL color Cylindrical-coordinate representation of color #45EB74: hue angle of 136.99º 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 #45EB74 is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB69235116-
CMYK0.7100.510.08
HSL136.99º80.58%59.61%-
HSV(B)136.99º70.64%92.16%-
XYZ35.3161.9426.62-
YUV171.896.554.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.43%
GREEN value IS 235 (92.19% from 255) = 55.95%
BLUE value IS 116 (45.70% from 255) = 27.62%
R=16.43%
G=55.95%
B=27.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal692351160.7100.510.08136.9980.5859.61
Hex45EB7447033889513c
Octal1053531641070631021112174
Binary1000101111010111110100100011101100111000100010011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45EB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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