#45D77D

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

Shades of Emerald #45D77D

Tints of Emerald #45D77D

Color information

#45D77D (or 0x45D77D) is unknown color: approx Emerald. HEX triplet: 45, D7 and 7D. RGB value is (69,215,125). Sum of RGB (Red+Green+Blue) = 69+215+125=409 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.87% from 409); Green value is 215 (84.38% from 255 or 52.57% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 215 - color contains mainly: green. Hex color #45D77D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D77D is #BA2882. Grayscale: #A1A1A1. Windows color (decimal): -12200067 or 8247109. OLE color: 8247109.

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

Color convert

RGB69215125-
CMYK0.6800.420.16
HSL143.01º64.6%55.69%-
HSV(B)143.01º67.91%84.31%-
XYZ30.4651.3527.71-
YUV161.09107.6362.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.87%
GREEN value IS 215 (84.38% from 255) = 52.57%
BLUE value IS 125 (49.22% from 255) = 30.56%
R=16.87%
G=52.57%
B=30.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal692151250.6800.420.16143.0164.655.69
Hex45D77D4402A108f4138
Octal1053271751040522021710170
Binary10001011101011111111011000100010101010000100011111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,215,125); }

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

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

 a { background-color: rgb(69,215,125); }

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

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

 span { border-color: rgb(69,215,125); }

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