Html Css Color HEX #55C57C Emerald

📋 copy color: '#55C57C'

red 85 ◦ green 197 ◦ blue 124

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

Shades of Emerald #55C57C

Tints of Emerald #55C57C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.52%

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

R = 20.94%
G = 48.52%
B = 30.54%

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

#55C57C (or 0x55C57C) is known color: Emerald. HEX triplet: 55, C5 and 7C. RGB value is (85,197,124). Sum of RGB (Red+Green+Blue) = 85+197+124=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 197 (77.34% from 255 or 48.52% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 197 - color contains mainly: green. Hex color #55C57C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C57C is #AA3A83. Grayscale: #9B9B9B. Windows color (decimal): -11156100 or 8176981. OLE color: 8176981.

HSL color Cylindrical-coordinate representation of color #55C57C: hue angle of 140.89º degrees, saturation: 0.49, 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 #55C57C is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 85 197 124 -
CMYK 0.57 0 0.37 0.23
HSL 140.89º 0.49% 0.55% -
HSV(B) 140.89º 0.57% 0.77% -
XYZ 27.35 43.32 25.99 -
YUV 155.19 110.39 77.94 -
System Red Green Blue C M Y K H S L
Decimal 85 197 124 0.57 0 0.37 0.23 140.89 0.49 0.55
Hex 55 C5 7C 39 0 25 17 8D 31 37
Octal 125 305 174 71 0 45 27 215 61 67
Binary 1010101 11000101 1111100 111001 0 100101 10111 10001101 110001 110111

Color Harmonies of #55C57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C57C

Black with #55C57C

Text Example


Text Example

White with #55C57C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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