#45D05D

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

Shades of Emerald #45D05D

Tints of Emerald #45D05D

Color information

#45D05D (or 0x45D05D) is unknown color: approx Emerald. HEX triplet: 45, D0 and 5D. RGB value is (69,208,93). Sum of RGB (Red+Green+Blue) = 69+208+93=370 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.65% from 370); Green value is 208 (81.64% from 255 or 56.22% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 208 - color contains mainly: green. Hex color #45D05D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D05D is #BA2FA2. Grayscale: #999999. Windows color (decimal): -12201891 or 6148165. OLE color: 6148165.

HSL color Cylindrical-coordinate representation of color #45D05D: hue angle of 130.36º 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 #45D05D is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB6920893-
CMYK0.6700.550.18
HSL130.36º59.66%54.31%-
HSV(B)130.36º66.83%81.57%-
XYZ26.9947.1718.04-
YUV153.3393.9567.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.65%
GREEN value IS 208 (81.64% from 255) = 56.22%
BLUE value IS 93 (36.72% from 255) = 25.14%
R=18.65%
G=56.22%
B=25.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal69208930.6700.550.18130.3659.6654.31
Hex45D05D4303712823c36
Octal105320135103067222027466
Binary1000101110100001011101100001101101111001010000010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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