Html Css Color HEX #55BF77 Emerald

📋 copy color: '#55BF77'

red 85 ◦ green 191 ◦ blue 119

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

Shades of Emerald #55BF77

Tints of Emerald #55BF77

RGB

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

 GREEN value IS 191 (75% from 255) = 48.35%

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

R = 21.52%
G = 48.35%
B = 30.13%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#55BF77 (or 0x55BF77) is known color: Emerald. HEX triplet: 55, BF and 77. RGB value is (85,191,119). Sum of RGB (Red+Green+Blue) = 85+191+119=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 191 (75% from 255 or 48.35% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BF77 is #AA4088. Grayscale: #979797. Windows color (decimal): -11157641 or 7847765. OLE color: 7847765.

HSL color Cylindrical-coordinate representation of color #55BF77: hue angle of 139.25º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BF77 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 191 119 -
CMYK 0.55 0 0.38 0.25
HSL 139.25º 0.45% 0.54% -
HSV(B) 139.25º 0.55% 0.75% -
XYZ 25.71 40.52 23.92 -
YUV 151.1 109.88 80.85 -
System Red Green Blue C M Y K H S L
Decimal 85 191 119 0.55 0 0.38 0.25 139.25 0.45 0.54
Hex 55 BF 77 37 0 26 19 8B 2D 36
Octal 125 277 167 67 0 46 31 213 55 66
Binary 1010101 10111111 1110111 110111 0 100110 11001 10001011 101101 110110

Color Harmonies of #55BF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BF77

Black with #55BF77

Text Example


Text Example

White with #55BF77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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