Html Css Color HEX #55CA77 Emerald

📋 copy color: '#55CA77'

red 85 ◦ green 202 ◦ blue 119

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

Shades of Emerald #55CA77

Tints of Emerald #55CA77

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.75%

 BLUE value IS 119 (46.88% from 255) = 29.31%

R = 20.94%
G = 49.75%
B = 29.31%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#55CA77 (or 0x55CA77) is known color: Emerald. HEX triplet: 55, CA and 77. RGB value is (85,202,119). Sum of RGB (Red+Green+Blue) = 85+202+119=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 202 (79.30% from 255 or 49.75% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CA77 is #AA3588. Grayscale: #9D9D9D. Windows color (decimal): -11154825 or 7850581. OLE color: 7850581.

HSL color Cylindrical-coordinate representation of color #55CA77: hue angle of 137.44º 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 #55CA77 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 202 119 -
CMYK 0.58 0 0.41 0.21
HSL 137.44º 0.52% 0.56% -
HSV(B) 137.44º 0.58% 0.79% -
XYZ 28.2 45.5 24.75 -
YUV 157.56 106.24 76.25 -
System Red Green Blue C M Y K H S L
Decimal 85 202 119 0.58 0 0.41 0.21 137.44 0.52 0.56
Hex 55 CA 77 3A 0 29 15 89 34 38
Octal 125 312 167 72 0 51 25 211 64 70
Binary 1010101 11001010 1110111 111010 0 101001 10101 10001001 110100 111000

Color Harmonies of #55CA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CA77

Black with #55CA77

Text Example


Text Example

White with #55CA77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,202,119); }

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

background-color css

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

 a { background-color: rgb(85,202,119); }

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

border-color css

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

 span { border-color: rgb(85,202,119); }

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