#45E175

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

Shades of Emerald #45E175

Tints of Emerald #45E175

Color information

#45E175 (or 0x45E175) is unknown color: approx Emerald. HEX triplet: 45, E1 and 75. RGB value is (69,225,117). Sum of RGB (Red+Green+Blue) = 69+225+117=411 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.79% from 411); Green value is 225 (88.28% from 255 or 54.74% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 225 - color contains mainly: green. Hex color #45E175 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45E175 is #BA1E8A. Grayscale: #A6A6A6. Windows color (decimal): -12197515 or 7725381. OLE color: 7725381.

HSL color Cylindrical-coordinate representation of color #45E175: hue angle of 138.46º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45E175 is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB69225117-
CMYK0.6900.480.12
HSL138.46º72.22%57.65%-
HSV(B)138.46º69.33%88.24%-
XYZ32.5956.426-
YUV166.04100.3258.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.79%
GREEN value IS 225 (88.28% from 255) = 54.74%
BLUE value IS 117 (46.09% from 255) = 28.47%
R=16.79%
G=54.74%
B=28.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal692251170.6900.480.12138.4672.2257.65
Hex45E17545030C8a483a
Octal1053411651050601421211072
Binary1000101111000011110101100010101100001100100010101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,225,117); }

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

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

 a { background-color: rgb(69,225,117); }

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

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

 span { border-color: rgb(69,225,117); }

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