#45C75D

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

Shades of Emerald #45C75D

Tints of Emerald #45C75D

Color information

#45C75D (or 0x45C75D) is unknown color: approx Emerald. HEX triplet: 45, C7 and 5D. RGB value is (69,199,93). Sum of RGB (Red+Green+Blue) = 69+199+93=361 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.11% from 361); Green value is 199 (78.12% from 255 or 55.12% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 199 - color contains mainly: green. Hex color #45C75D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C75D is #BA38A2. Grayscale: #949494. Windows color (decimal): -12204195 or 6145861. OLE color: 6145861.

HSL color Cylindrical-coordinate representation of color #45C75D: hue angle of 131.08º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C75D is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB6919993-
CMYK0.6500.530.22
HSL131.08º53.72%52.55%-
HSV(B)131.08º65.33%78.04%-
XYZ24.8542.917.33-
YUV148.0596.9371.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.11%
GREEN value IS 199 (78.12% from 255) = 55.12%
BLUE value IS 93 (36.72% from 255) = 25.76%
R=19.11%
G=55.12%
B=25.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal69199930.6500.530.22131.0853.7252.55
Hex45C75D4103516833635
Octal105307135101065262036665
Binary1000101110001111011101100000101101011011010000011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,199,93); }

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

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

 a { background-color: rgb(69,199,93); }

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

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

 span { border-color: rgb(69,199,93); }

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