Html Css Color HEX #55BB76 Emerald

📋 copy color: '#55BB76'

red 85 ◦ green 187 ◦ blue 118

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

Shades of Emerald #55BB76

Tints of Emerald #55BB76

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.95%

 BLUE value IS 118 (46.48% from 255) = 30.26%

R = 21.79%
G = 47.95%
B = 30.26%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#55BB76 (or 0x55BB76) is known color: Emerald. HEX triplet: 55, BB and 76. RGB value is (85,187,118). Sum of RGB (Red+Green+Blue) = 85+187+118=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 187 (73.44% from 255 or 47.95% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 187 - color contains mainly: green. Hex color #55BB76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BB76 is #AA4489. Grayscale: #949494. Windows color (decimal): -11158666 or 7781205. OLE color: 7781205.

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

Color convert

RGB 85 187 118 -
CMYK 0.55 0 0.37 0.27
HSL 139.41º 0.43% 0.53% -
HSV(B) 139.41º 0.55% 0.73% -
XYZ 24.79 38.78 23.32 -
YUV 148.64 110.71 82.61 -
System Red Green Blue C M Y K H S L
Decimal 85 187 118 0.55 0 0.37 0.27 139.41 0.43 0.53
Hex 55 BB 76 37 0 25 1B 8B 2B 35
Octal 125 273 166 67 0 45 33 213 53 65
Binary 1010101 10111011 1110110 110111 0 100101 11011 10001011 101011 110101

Color Harmonies of #55BB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BB76

Black with #55BB76

Text Example


Text Example

White with #55BB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,187,118); }

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

background-color css

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

 a { background-color: rgb(85,187,118); }

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

border-color css

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

 span { border-color: rgb(85,187,118); }

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