Html Css Color HEX #55BD7C Emerald

📋 copy color: '#55BD7C'

red 85 ◦ green 189 ◦ blue 124

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

Shades of Emerald #55BD7C

Tints of Emerald #55BD7C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.49%

 BLUE value IS 124 (48.83% from 255) = 31.16%

R = 21.36%
G = 47.49%
B = 31.16%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#55BD7C (or 0x55BD7C) is known color: Emerald. HEX triplet: 55, BD and 7C. RGB value is (85,189,124). Sum of RGB (Red+Green+Blue) = 85+189+124=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #55BD7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BD7C is #AA4283. Grayscale: #969696. Windows color (decimal): -11158148 or 8174933. OLE color: 8174933.

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

Color convert

RGB 85 189 124 -
CMYK 0.55 0 0.34 0.26
HSL 142.5º 0.44% 0.54% -
HSV(B) 142.5º 0.55% 0.74% -
XYZ 25.58 39.78 25.4 -
YUV 150.49 113.04 81.29 -
System Red Green Blue C M Y K H S L
Decimal 85 189 124 0.55 0 0.34 0.26 142.5 0.44 0.54
Hex 55 BD 7C 37 0 22 1A 8E 2C 36
Octal 125 275 174 67 0 42 32 216 54 66
Binary 1010101 10111101 1111100 110111 0 100010 11010 10001110 101100 110110

Color Harmonies of #55BD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BD7C

Black with #55BD7C

Text Example


Text Example

White with #55BD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,189,124); }

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

background-color css

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

 a { background-color: rgb(85,189,124); }

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

border-color css

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

 span { border-color: rgb(85,189,124); }

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