Html Css Color HEX #55BF80 Emerald

📋 copy color: '#55BF80'

red 85 ◦ green 191 ◦ blue 128

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

Shades of Emerald #55BF80

Tints of Emerald #55BF80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.68%

R = 21.04%
G = 47.28%
B = 31.68%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#55BF80 (or 0x55BF80) is known color: Emerald. HEX triplet: 55, BF and 80. RGB value is (85,191,128). Sum of RGB (Red+Green+Blue) = 85+191+128=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BF80 is #AA407F. Grayscale: #989898. Windows color (decimal): -11157632 or 8437589. OLE color: 8437589.

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

Color convert

RGB 85 191 128 -
CMYK 0.55 0 0.33 0.25
HSL 144.34º 0.45% 0.54% -
HSV(B) 144.34º 0.55% 0.75% -
XYZ 26.27 40.75 26.9 -
YUV 152.12 114.38 80.12 -
System Red Green Blue C M Y K H S L
Decimal 85 191 128 0.55 0 0.33 0.25 144.34 0.45 0.54
Hex 55 BF 80 37 0 21 19 90 2D 36
Octal 125 277 200 67 0 41 31 220 55 66
Binary 1010101 10111111 10000000 110111 0 100001 11001 10010000 101101 110110

Color Harmonies of #55BF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BF80

Black with #55BF80

Text Example


Text Example

White with #55BF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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