#45DA62

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

Shades of Emerald #45DA62

Tints of Emerald #45DA62

Color information

#45DA62 (or 0x45DA62) is unknown color: approx Emerald. HEX triplet: 45, DA and 62. RGB value is (69,218,98). Sum of RGB (Red+Green+Blue) = 69+218+98=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 218 (85.55% from 255 or 56.62% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 218 - color contains mainly: green. Hex color #45DA62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45DA62 is #BA259D. Grayscale: #A0A0A0. Windows color (decimal): -12199326 or 6478405. OLE color: 6478405.

HSL color Cylindrical-coordinate representation of color #45DA62: hue angle of 131.68º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45DA62 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB6921898-
CMYK0.6800.550.15
HSL131.68º66.82%56.27%-
HSV(B)131.68º68.35%85.49%-
XYZ29.7352.2920.08-
YUV159.7793.1463.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.92%
GREEN value IS 218 (85.55% from 255) = 56.62%
BLUE value IS 98 (38.67% from 255) = 25.45%
R=17.92%
G=56.62%
B=25.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal69218980.6800.550.15131.6866.8256.27
Hex45DA6244037F844338
Octal1053321421040671720410370
Binary1000101110110101100010100010001101111111100001001000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45DA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,218,98); }

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

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

 a { background-color: rgb(69,218,98); }

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

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

 span { border-color: rgb(69,218,98); }

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