#45D65A

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

Shades of Emerald #45D65A

Tints of Emerald #45D65A

Color information

#45D65A (or 0x45D65A) is unknown color: approx Emerald. HEX triplet: 45, D6 and 5A. RGB value is (69,214,90). Sum of RGB (Red+Green+Blue) = 69+214+90=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 214 (83.98% from 255 or 57.37% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 214 - color contains mainly: green. Hex color #45D65A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D65A is #BA29A5. Grayscale: #9C9C9C. Windows color (decimal): -12200358 or 5953093. OLE color: 5953093.

HSL color Cylindrical-coordinate representation of color #45D65A: hue angle of 128.69º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D65A is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB6921490-
CMYK0.6800.580.16
HSL128.69º63.88%55.49%-
HSV(B)128.69º67.76%83.92%-
XYZ28.3550.117.85-
YUV156.5190.4665.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.50%
GREEN value IS 214 (83.98% from 255) = 57.37%
BLUE value IS 90 (35.55% from 255) = 24.13%
R=18.50%
G=57.37%
B=24.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal69214900.6800.580.16128.6963.8855.49
Hex45D65A4403A10814037
Octal1053261321040722020110067
Binary10001011101011010110101000100011101010000100000011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,214,90); }

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

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

 a { background-color: rgb(69,214,90); }

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

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

 span { border-color: rgb(69,214,90); }

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