#45ce7d

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

Shades of Emerald #45CE7D

Tints of Emerald #45CE7D

Color information

#45CE7D (or 0x45CE7D) is unknown color: approx Emerald. HEX triplet: 45, CE and 7D. RGB value is (69,206,125). Sum of RGB (Red+Green+Blue) = 69+206+125=400 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.25% from 400); Green value is 206 (80.86% from 255 or 51.5% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 206 - color contains mainly: green. Hex color #45CE7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CE7D is #BA3182. Grayscale: #9B9B9B. Windows color (decimal): -12202371 or 8244805. OLE color: 8244805.

HSL color Cylindrical-coordinate representation of color #45CE7D: hue angle of 144.53º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45CE7D is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB69206125-
CMYK0.6700.390.19
HSL144.53º58.3%53.92%-
HSV(B)144.53º66.5%80.78%-
XYZ28.2346.8926.96-
YUV155.8110.6166.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.25%
GREEN value IS 206 (80.86% from 255) = 51.5%
BLUE value IS 125 (49.22% from 255) = 31.25%
R=17.25%
G=51.5%
B=31.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal692061250.6700.390.19144.5358.353.92
Hex45CE7D4302713913a36
Octal105316175103047232217266
Binary1000101110011101111101100001101001111001110010001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45ce7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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