Html Css Color HEX #55C57A Emerald

📋 copy color: '#55C57A'

red 85 ◦ green 197 ◦ blue 122

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

Shades of Emerald #55C57A

Tints of Emerald #55C57A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.2%

R = 21.04%
G = 48.76%
B = 30.2%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#55C57A (or 0x55C57A) is known color: Emerald. HEX triplet: 55, C5 and 7A. RGB value is (85,197,122). Sum of RGB (Red+Green+Blue) = 85+197+122=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 197 - color contains mainly: green. Hex color #55C57A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C57A is #AA3A85. Grayscale: #9B9B9B. Windows color (decimal): -11156102 or 8045909. OLE color: 8045909.

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

Color convert

RGB 85 197 122 -
CMYK 0.57 0 0.38 0.23
HSL 139.82º 0.49% 0.55% -
HSV(B) 139.82º 0.57% 0.77% -
XYZ 27.23 43.27 25.33 -
YUV 154.96 109.39 78.1 -
System Red Green Blue C M Y K H S L
Decimal 85 197 122 0.57 0 0.38 0.23 139.82 0.49 0.55
Hex 55 C5 7A 39 0 26 17 8C 31 37
Octal 125 305 172 71 0 46 27 214 61 67
Binary 1010101 11000101 1111010 111001 0 100110 10111 10001100 110001 110111

Color Harmonies of #55C57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C57A

Black with #55C57A

Text Example


Text Example

White with #55C57A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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