Html Css Color HEX #55BC71 Emerald

📋 copy color: '#55BC71'

red 85 ◦ green 188 ◦ blue 113

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

Shades of Emerald #55BC71

Tints of Emerald #55BC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.27%

R = 22.02%
G = 48.7%
B = 29.27%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#55BC71 (or 0x55BC71) is known color: Emerald. HEX triplet: 55, BC and 71. RGB value is (85,188,113). Sum of RGB (Red+Green+Blue) = 85+188+113=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BC71 is #AA438E. Grayscale: #949494. Windows color (decimal): -11158415 or 7453781. OLE color: 7453781.

HSL color Cylindrical-coordinate representation of color #55BC71: hue angle of 136.31º 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 #55BC71 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 188 113 -
CMYK 0.55 0 0.40 0.26
HSL 136.31º 0.43% 0.54% -
HSV(B) 136.31º 0.55% 0.74% -
XYZ 24.71 39.09 21.87 -
YUV 148.65 107.88 82.6 -
System Red Green Blue C M Y K H S L
Decimal 85 188 113 0.55 0 0.40 0.26 136.31 0.43 0.54
Hex 55 BC 71 37 0 28 1A 88 2B 36
Octal 125 274 161 67 0 50 32 210 53 66
Binary 1010101 10111100 1110001 110111 0 101000 11010 10001000 101011 110110

Color Harmonies of #55BC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BC71

Black with #55BC71

Text Example


Text Example

White with #55BC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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