#45DE8B

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

Shades of Emerald #45DE8B

Tints of Emerald #45DE8B

Color information

#45DE8B (or 0x45DE8B) is unknown color: approx Emerald. HEX triplet: 45, DE and 8B. RGB value is (69,222,139). Sum of RGB (Red+Green+Blue) = 69+222+139=430 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.05% from 430); Green value is 222 (87.11% from 255 or 51.63% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 222 - color contains mainly: green. Hex color #45DE8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45DE8B is #BA2174. Grayscale: #A6A6A6. Windows color (decimal): -12198261 or 9166405. OLE color: 9166405.

HSL color Cylindrical-coordinate representation of color #45DE8B: hue angle of 147.45º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DE8B is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB69222139-
CMYK0.6900.370.13
HSL147.45º69.86%57.06%-
HSV(B)147.45º68.92%87.06%-
XYZ33.2455.3733.36-
YUV166.79112.3158.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.05%
GREEN value IS 222 (87.11% from 255) = 51.63%
BLUE value IS 139 (54.69% from 255) = 32.33%
R=16.05%
G=51.63%
B=32.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal692221390.6900.370.13147.4569.8657.06
Hex45DE8B45025D934639
Octal1053362131050451522310671
Binary10001011101111010001011100010101001011101100100111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45DE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,222,139); }

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

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

 a { background-color: rgb(69,222,139); }

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

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

 span { border-color: rgb(69,222,139); }

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