Html Css Color HEX #55C676 Emerald

📋 copy color: '#55C676'

red 85 ◦ green 198 ◦ blue 118

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

Shades of Emerald #55C676

Tints of Emerald #55C676

RGB

 RED value IS 85 (33.59% from 255) = 21.2%

 GREEN value IS 198 (77.73% from 255) = 49.38%

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

R = 21.2%
G = 49.38%
B = 29.43%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#55C676 (or 0x55C676) is known color: Emerald. HEX triplet: 55, C6 and 76. RGB value is (85,198,118). Sum of RGB (Red+Green+Blue) = 85+198+118=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 198 (77.73% from 255 or 49.38% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 198 - color contains mainly: green. Hex color #55C676 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C676 is #AA3989. Grayscale: #9B9B9B. Windows color (decimal): -11155850 or 7784021. OLE color: 7784021.

HSL color Cylindrical-coordinate representation of color #55C676: hue angle of 137.52º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C676 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 85 198 118 -
CMYK 0.57 0 0.40 0.22
HSL 137.52º 0.5% 0.55% -
HSV(B) 137.52º 0.57% 0.78% -
XYZ 27.21 43.63 24.13 -
YUV 155.09 107.06 78 -
System Red Green Blue C M Y K H S L
Decimal 85 198 118 0.57 0 0.40 0.22 137.52 0.5 0.55
Hex 55 C6 76 39 0 28 16 8A 32 37
Octal 125 306 166 71 0 50 26 212 62 67
Binary 1010101 11000110 1110110 111001 0 101000 10110 10001010 110010 110111

Color Harmonies of #55C676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C676

Black with #55C676

Text Example


Text Example

White with #55C676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55C676; }

 p { color: rgb(85,198,118); }

 H1.HeaderClassName
 {
   color: #55C676;
 }
 .AnyTagClassName
 {
   color: #55C676;
 }
</style>

background-color css

<style>
 a { background-color: #55C676; }

 a { background-color: rgb(85,198,118); }

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

border-color css

<style>
 span { border-color: #55C676; }

 span { border-color: rgb(85,198,118); }

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