Html Css Color HEX #55D164 Emerald

📋 copy color: '#55D164'

red 85 ◦ green 209 ◦ blue 100

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

Shades of Emerald #55D164

Tints of Emerald #55D164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.38%

R = 21.57%
G = 53.05%
B = 25.38%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#55D164 (or 0x55D164) is known color: Emerald. HEX triplet: 55, D1 and 64. RGB value is (85,209,100). Sum of RGB (Red+Green+Blue) = 85+209+100=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 209 (82.03% from 255 or 53.05% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 209 - color contains mainly: green. Hex color #55D164 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D164 is #AA2E9B. Grayscale: #9F9F9F. Windows color (decimal): -11153052 or 6607189. OLE color: 6607189.

HSL color Cylindrical-coordinate representation of color #55D164: hue angle of 127.26º 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 #55D164 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 209 100 -
CMYK 0.59 0 0.52 0.18
HSL 127.26º 0.57% 0.58% -
HSV(B) 127.26º 0.59% 0.82% -
XYZ 28.85 48.45 19.89 -
YUV 159.5 94.42 74.86 -
System Red Green Blue C M Y K H S L
Decimal 85 209 100 0.59 0 0.52 0.18 127.26 0.57 0.58
Hex 55 D1 64 3B 0 34 12 7F 39 3A
Octal 125 321 144 73 0 64 22 177 71 72
Binary 1010101 11010001 1100100 111011 0 110100 10010 1111111 111001 111010

Color Harmonies of #55D164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D164

Black with #55D164

Text Example


Text Example

White with #55D164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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