Html Css Color HEX #55BC77 Emerald

📋 copy color: '#55BC77'

red 85 ◦ green 188 ◦ blue 119

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

Shades of Emerald #55BC77

Tints of Emerald #55BC77

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.96%

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

R = 21.68%
G = 47.96%
B = 30.36%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#55BC77 (or 0x55BC77) is known color: Emerald. HEX triplet: 55, BC and 77. RGB value is (85,188,119). Sum of RGB (Red+Green+Blue) = 85+188+119=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BC77 is #AA4388. Grayscale: #959595. Windows color (decimal): -11158409 or 7846997. OLE color: 7846997.

HSL color Cylindrical-coordinate representation of color #55BC77: hue angle of 139.81º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BC77 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 188 119 -
CMYK 0.55 0 0.37 0.26
HSL 139.81º 0.43% 0.54% -
HSV(B) 139.81º 0.55% 0.74% -
XYZ 25.06 39.23 23.7 -
YUV 149.34 110.88 82.11 -
System Red Green Blue C M Y K H S L
Decimal 85 188 119 0.55 0 0.37 0.26 139.81 0.43 0.54
Hex 55 BC 77 37 0 25 1A 8C 2B 36
Octal 125 274 167 67 0 45 32 214 53 66
Binary 1010101 10111100 1110111 110111 0 100101 11010 10001100 101011 110110

Color Harmonies of #55BC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BC77

Black with #55BC77

Text Example


Text Example

White with #55BC77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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