#45DE63

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

Shades of Emerald #45DE63

Tints of Emerald #45DE63

Color information

#45DE63 (or 0x45DE63) is unknown color: approx Emerald. HEX triplet: 45, DE and 63. RGB value is (69,222,99). Sum of RGB (Red+Green+Blue) = 69+222+99=390 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.69% from 390); Green value is 222 (87.11% from 255 or 56.92% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 222 - color contains mainly: green. Hex color #45DE63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45DE63 is #BA219C. Grayscale: #A2A2A2. Windows color (decimal): -12198301 or 6544965. OLE color: 6544965.

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

Color convert

RGB6922299-
CMYK0.6900.550.13
HSL131.76º69.86%57.06%-
HSV(B)131.76º68.92%87.06%-
XYZ30.8354.4120.68-
YUV162.2392.3161.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.69%
GREEN value IS 222 (87.11% from 255) = 56.92%
BLUE value IS 99 (39.06% from 255) = 25.38%
R=17.69%
G=56.92%
B=25.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal69222990.6900.550.13131.7669.8657.06
Hex45DE6345037D844639
Octal1053361431050671520410671
Binary1000101110111101100011100010101101111101100001001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45DE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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