Html Css Color HEX #55BC7F Emerald

📋 copy color: '#55BC7F'

red 85 ◦ green 188 ◦ blue 127

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

Shades of Emerald #55BC7F

Tints of Emerald #55BC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.75%

R = 21.25%
G = 47%
B = 31.75%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#55BC7F (or 0x55BC7F) is known color: Emerald. HEX triplet: 55, BC and 7F. RGB value is (85,188,127). Sum of RGB (Red+Green+Blue) = 85+188+127=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BC7F is #AA4380. Grayscale: #969696. Windows color (decimal): -11158401 or 8371285. OLE color: 8371285.

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

Color convert

RGB 85 188 127 -
CMYK 0.55 0 0.32 0.26
HSL 144.47º 0.43% 0.54% -
HSV(B) 144.47º 0.55% 0.74% -
XYZ 25.56 39.43 26.34 -
YUV 150.25 114.88 81.46 -
System Red Green Blue C M Y K H S L
Decimal 85 188 127 0.55 0 0.32 0.26 144.47 0.43 0.54
Hex 55 BC 7F 37 0 20 1A 90 2B 36
Octal 125 274 177 67 0 40 32 220 53 66
Binary 1010101 10111100 1111111 110111 0 100000 11010 10010000 101011 110110

Color Harmonies of #55BC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BC7F

Black with #55BC7F

Text Example


Text Example

White with #55BC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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