#45D07D

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

Shades of Emerald #45D07D

Tints of Emerald #45D07D

Color information

#45D07D (or 0x45D07D) is unknown color: approx Emerald. HEX triplet: 45, D0 and 7D. RGB value is (69,208,125). Sum of RGB (Red+Green+Blue) = 69+208+125=402 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.16% from 402); Green value is 208 (81.64% from 255 or 51.74% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 208 - color contains mainly: green. Hex color #45D07D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D07D is #BA2F82. Grayscale: #9D9D9D. Windows color (decimal): -12201859 or 8245317. OLE color: 8245317.

HSL color Cylindrical-coordinate representation of color #45D07D: hue angle of 144.17º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D07D is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB69208125-
CMYK0.6700.400.18
HSL144.17º59.66%54.31%-
HSV(B)144.17º66.83%81.57%-
XYZ28.7147.8627.13-
YUV156.98109.9565.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.16%
GREEN value IS 208 (81.64% from 255) = 51.74%
BLUE value IS 125 (49.22% from 255) = 31.09%
R=17.16%
G=51.74%
B=31.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal692081250.6700.400.18144.1759.6654.31
Hex45D07D4302812903c36
Octal105320175103050222207466
Binary1000101110100001111101100001101010001001010010000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,208,125); }

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

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

 a { background-color: rgb(69,208,125); }

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

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

 span { border-color: rgb(69,208,125); }

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