Html Css Color HEX #45D676 Emerald

📋 copy color: '#45D676'

red 69 ◦ green 214 ◦ blue 118

#45D676
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #45D676

Tints of Emerald #45D676

RGB

 RED value IS 69 (27.34% from 255) = 17.21%

 GREEN value IS 214 (83.98% from 255) = 53.37%

 BLUE value IS 118 (46.48% from 255) = 29.43%

R = 17.21%
G = 53.37%
B = 29.43%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#45D676 (or 0x45D676) is known color: Emerald. HEX triplet: 45, D6 and 76. RGB value is (69,214,118). Sum of RGB (Red+Green+Blue) = 69+214+118=401 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.21% from 401); Green value is 214 (83.98% from 255 or 53.37% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 214 - color contains mainly: green. Hex color #45D676 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D676 is #BA2989. Grayscale: #9F9F9F. Windows color (decimal): -12200330 or 7788101. OLE color: 7788101.

HSL color Cylindrical-coordinate representation of color #45D676: hue angle of 140.28º 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 #45D676 is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 69 214 118 -
CMYK 0.68 0 0.45 0.16
HSL 140.28º 0.64% 0.55% -
HSV(B) 140.28º 0.68% 0.84% -
XYZ 29.77 50.67 25.35 -
YUV 159.7 104.46 63.31 -
System Red Green Blue C M Y K H S L
Decimal 69 214 118 0.68 0 0.45 0.16 140.28 0.64 0.55
Hex 45 D6 76 44 0 2D 10 8C 40 37
Octal 105 326 166 104 0 55 20 214 100 67
Binary 1000101 11010110 1110110 1000100 0 101101 10000 10001100 1000000 110111

Color Harmonies of #45D676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D676

Black with #45D676

Text Example


Text Example

White with #45D676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #45D676;
 }
 .AnyTagClassName
 {
   color: #45D676;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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