Html Css Color HEX #55C47C Emerald

📋 copy color: '#55C47C'

red 85 ◦ green 196 ◦ blue 124

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

Shades of Emerald #55C47C

Tints of Emerald #55C47C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.4%

 BLUE value IS 124 (48.83% from 255) = 30.62%

R = 20.99%
G = 48.4%
B = 30.62%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#55C47C (or 0x55C47C) is known color: Emerald. HEX triplet: 55, C4 and 7C. RGB value is (85,196,124). Sum of RGB (Red+Green+Blue) = 85+196+124=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 196 (76.95% from 255 or 48.40% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 196 - color contains mainly: green. Hex color #55C47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C47C is #AA3B83. Grayscale: #9A9A9A. Windows color (decimal): -11156356 or 8176725. OLE color: 8176725.

HSL color Cylindrical-coordinate representation of color #55C47C: hue angle of 141.08º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C47C is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 85 196 124 -
CMYK 0.57 0 0.37 0.23
HSL 141.08º 0.48% 0.55% -
HSV(B) 141.08º 0.57% 0.77% -
XYZ 27.12 42.87 25.91 -
YUV 154.6 110.73 78.35 -
System Red Green Blue C M Y K H S L
Decimal 85 196 124 0.57 0 0.37 0.23 141.08 0.48 0.55
Hex 55 C4 7C 39 0 25 17 8D 30 37
Octal 125 304 174 71 0 45 27 215 60 67
Binary 1010101 11000100 1111100 111001 0 100101 10111 10001101 110000 110111

Color Harmonies of #55C47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C47C

Black with #55C47C

Text Example


Text Example

White with #55C47C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,196,124); }

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

background-color css

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

 a { background-color: rgb(85,196,124); }

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

border-color css

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

 span { border-color: rgb(85,196,124); }

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