Html Css Color HEX #55C979 Emerald

📋 copy color: '#55C979'

red 85 ◦ green 201 ◦ blue 121

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

Shades of Emerald #55C979

Tints of Emerald #55C979

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.39%

 BLUE value IS 121 (47.66% from 255) = 29.73%

R = 20.88%
G = 49.39%
B = 29.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#55C979 (or 0x55C979) is known color: Emerald. HEX triplet: 55, C9 and 79. RGB value is (85,201,121). Sum of RGB (Red+Green+Blue) = 85+201+121=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #55C979 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C979 is #AA3686. Grayscale: #9D9D9D. Windows color (decimal): -11155079 or 7981397. OLE color: 7981397.

HSL color Cylindrical-coordinate representation of color #55C979: hue angle of 138.62º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55C979 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 201 121 -
CMYK 0.58 0 0.40 0.21
HSL 138.62º 0.52% 0.56% -
HSV(B) 138.62º 0.58% 0.79% -
XYZ 28.08 45.09 25.31 -
YUV 157.2 107.57 76.5 -
System Red Green Blue C M Y K H S L
Decimal 85 201 121 0.58 0 0.40 0.21 138.62 0.52 0.56
Hex 55 C9 79 3A 0 28 15 8B 34 38
Octal 125 311 171 72 0 50 25 213 64 70
Binary 1010101 11001001 1111001 111010 0 101000 10101 10001011 110100 111000

Color Harmonies of #55C979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C979

Black with #55C979

Text Example


Text Example

White with #55C979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,201,121); }

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

background-color css

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

 a { background-color: rgb(85,201,121); }

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

border-color css

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

 span { border-color: rgb(85,201,121); }

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