Html Css Color HEX #55D17C Emerald

📋 copy color: '#55D17C'

red 85 ◦ green 209 ◦ blue 124

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

Shades of Emerald #55D17C

Tints of Emerald #55D17C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50%

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

R = 20.33%
G = 50%
B = 29.67%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#55D17C (or 0x55D17C) is known color: Emerald. HEX triplet: 55, D1 and 7C. RGB value is (85,209,124). Sum of RGB (Red+Green+Blue) = 85+209+124=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 209 (82.03% from 255 or 50% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 209 - color contains mainly: green. Hex color #55D17C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D17C is #AA2E83. Grayscale: #A2A2A2. Windows color (decimal): -11153028 or 8180053. OLE color: 8180053.

HSL color Cylindrical-coordinate representation of color #55D17C: hue angle of 138.87º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55D17C is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 209 124 -
CMYK 0.59 0 0.41 0.18
HSL 138.87º 0.57% 0.58% -
HSV(B) 138.87º 0.59% 0.82% -
XYZ 30.18 48.99 26.93 -
YUV 162.23 106.42 72.91 -
System Red Green Blue C M Y K H S L
Decimal 85 209 124 0.59 0 0.41 0.18 138.87 0.57 0.58
Hex 55 D1 7C 3B 0 29 12 8B 39 3A
Octal 125 321 174 73 0 51 22 213 71 72
Binary 1010101 11010001 1111100 111011 0 101001 10010 10001011 111001 111010

Color Harmonies of #55D17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D17C

Black with #55D17C

Text Example


Text Example

White with #55D17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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