Html Css Color HEX #45CC76 Emerald

📋 copy color: '#45CC76'

red 69 ◦ green 204 ◦ blue 118

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

Shades of Emerald #45CC76

Tints of Emerald #45CC76

RGB

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

 GREEN value IS 204 (80.08% from 255) = 52.17%

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

R = 17.65%
G = 52.17%
B = 30.18%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#45CC76 (or 0x45CC76) is known color: Emerald. HEX triplet: 45, CC and 76. RGB value is (69,204,118). Sum of RGB (Red+Green+Blue) = 69+204+118=391 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.65% from 391); Green value is 204 (80.08% from 255 or 52.17% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 204 - color contains mainly: green. Hex color #45CC76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CC76 is #BA3389. Grayscale: #9A9A9A. Windows color (decimal): -12202890 or 7785541. OLE color: 7785541.

HSL color Cylindrical-coordinate representation of color #45CC76: hue angle of 141.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CC76 is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 69 204 118 -
CMYK 0.66 0 0.42 0.2
HSL 141.78º 0.57% 0.54% -
HSV(B) 141.78º 0.66% 0.8% -
XYZ 27.32 45.76 24.53 -
YUV 153.83 107.77 67.49 -
System Red Green Blue C M Y K H S L
Decimal 69 204 118 0.66 0 0.42 0.2 141.78 0.57 0.54
Hex 45 CC 76 42 0 2A 14 8E 39 36
Octal 105 314 166 102 0 52 24 216 71 66
Binary 1000101 11001100 1110110 1000010 0 101010 10100 10001110 111001 110110

Color Harmonies of #45CC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45CC76

Black with #45CC76

Text Example


Text Example

White with #45CC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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