Html Css Color HEX #55BA77 Emerald

📋 copy color: '#55BA77'

red 85 ◦ green 186 ◦ blue 119

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

Shades of Emerald #55BA77

Tints of Emerald #55BA77

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.69%

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

R = 21.79%
G = 47.69%
B = 30.51%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#55BA77 (or 0x55BA77) is known color: Emerald. HEX triplet: 55, BA and 77. RGB value is (85,186,119). Sum of RGB (Red+Green+Blue) = 85+186+119=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BA77 is #AA4588. Grayscale: #949494. Windows color (decimal): -11158921 or 7846485. OLE color: 7846485.

HSL color Cylindrical-coordinate representation of color #55BA77: hue angle of 140.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55BA77 is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 186 119 -
CMYK 0.54 0 0.36 0.27
HSL 140.2º 0.42% 0.53% -
HSV(B) 140.2º 0.54% 0.73% -
XYZ 24.63 38.38 23.56 -
YUV 148.16 111.54 82.95 -
System Red Green Blue C M Y K H S L
Decimal 85 186 119 0.54 0 0.36 0.27 140.2 0.42 0.53
Hex 55 BA 77 36 0 24 1B 8C 2A 35
Octal 125 272 167 66 0 44 33 214 52 65
Binary 1010101 10111010 1110111 110110 0 100100 11011 10001100 101010 110101

Color Harmonies of #55BA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BA77

Black with #55BA77

Text Example


Text Example

White with #55BA77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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