Html Css Color HEX #55BD7A Emerald

📋 copy color: '#55BD7A'

red 85 ◦ green 189 ◦ blue 122

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

Shades of Emerald #55BD7A

Tints of Emerald #55BD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.81%

R = 21.46%
G = 47.73%
B = 30.81%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#55BD7A (or 0x55BD7A) is known color: Emerald. HEX triplet: 55, BD and 7A. RGB value is (85,189,122). Sum of RGB (Red+Green+Blue) = 85+189+122=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 189 (74.22% from 255 or 47.73% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 189 - color contains mainly: green. Hex color #55BD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BD7A is #AA4285. Grayscale: #969696. Windows color (decimal): -11158150 or 8043861. OLE color: 8043861.

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

Color convert

RGB 85 189 122 -
CMYK 0.55 0 0.35 0.26
HSL 141.35º 0.44% 0.54% -
HSV(B) 141.35º 0.55% 0.74% -
XYZ 25.46 39.73 24.74 -
YUV 150.27 112.04 81.45 -
System Red Green Blue C M Y K H S L
Decimal 85 189 122 0.55 0 0.35 0.26 141.35 0.44 0.54
Hex 55 BD 7A 37 0 23 1A 8D 2C 36
Octal 125 275 172 67 0 43 32 215 54 66
Binary 1010101 10111101 1111010 110111 0 100011 11010 10001101 101100 110110

Color Harmonies of #55BD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BD7A

Black with #55BD7A

Text Example


Text Example

White with #55BD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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