#45DE61

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

Shades of Emerald #45DE61

Tints of Emerald #45DE61

Color information

#45DE61 (or 0x45DE61) is unknown color: approx Emerald. HEX triplet: 45, DE and 61. RGB value is (69,222,97). Sum of RGB (Red+Green+Blue) = 69+222+97=388 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.78% from 388); Green value is 222 (87.11% from 255 or 57.22% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 222 - color contains mainly: green. Hex color #45DE61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45DE61 is #BA219E. Grayscale: #A2A2A2. Windows color (decimal): -12198303 or 6413893. OLE color: 6413893.

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

Color convert

RGB6922297-
CMYK0.6900.560.13
HSL130.98º69.86%57.06%-
HSV(B)130.98º68.92%87.06%-
XYZ30.7354.3720.18-
YUV16291.3161.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.78%
GREEN value IS 222 (87.11% from 255) = 57.22%
BLUE value IS 97 (38.28% from 255) = 25%
R=17.78%
G=57.22%
B=25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal69222970.6900.560.13130.9869.8657.06
Hex45DE6145038D834639
Octal1053361411050701520310671
Binary1000101110111101100001100010101110001101100000111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45DE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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