#45DE74

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

Shades of Emerald #45DE74

Tints of Emerald #45DE74

Color information

#45DE74 (or 0x45DE74) is unknown color: approx Emerald. HEX triplet: 45, DE and 74. RGB value is (69,222,116). Sum of RGB (Red+Green+Blue) = 69+222+116=407 (53% of max value = 765). Red value is 69 (27.34% from 255 or 16.95% from 407); Green value is 222 (87.11% from 255 or 54.55% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 222 - color contains mainly: green. Hex color #45DE74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45DE74 is #BA218B. Grayscale: #A4A4A4. Windows color (decimal): -12198284 or 7659077. OLE color: 7659077.

HSL color Cylindrical-coordinate representation of color #45DE74: hue angle of 138.43º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DE74 is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB69222116-
CMYK0.6900.480.13
HSL138.43º69.86%57.06%-
HSV(B)138.43º68.92%87.06%-
XYZ31.7354.7725.42-
YUV164.17100.8160.12-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.95%
GREEN value IS 222 (87.11% from 255) = 54.55%
BLUE value IS 116 (45.70% from 255) = 28.50%
R=16.95%
G=54.55%
B=28.50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal692221160.6900.480.13138.4369.8657.06
Hex45DE7445030D8a4639
Octal1053361641050601521210671
Binary1000101110111101110100100010101100001101100010101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45DE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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