Html Css Color HEX #55D086 Emerald

📋 copy color: '#55D086'

red 85 ◦ green 208 ◦ blue 134

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

Shades of Emerald #55D086

Tints of Emerald #55D086

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.71%

 BLUE value IS 134 (52.73% from 255) = 31.38%

R = 19.91%
G = 48.71%
B = 31.38%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#55D086 (or 0x55D086) is known color: Emerald. HEX triplet: 55, D0 and 86. RGB value is (85,208,134). Sum of RGB (Red+Green+Blue) = 85+208+134=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 208 - color contains mainly: green. Hex color #55D086 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D086 is #AA2F79. Grayscale: #A2A2A2. Windows color (decimal): -11153274 or 8835157. OLE color: 8835157.

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

Color convert

RGB 85 208 134 -
CMYK 0.59 0 0.36 0.18
HSL 143.9º 0.57% 0.57% -
HSV(B) 143.9º 0.59% 0.82% -
XYZ 30.61 48.76 30.35 -
YUV 162.79 111.75 72.52 -
System Red Green Blue C M Y K H S L
Decimal 85 208 134 0.59 0 0.36 0.18 143.9 0.57 0.57
Hex 55 D0 86 3B 0 24 12 90 39 39
Octal 125 320 206 73 0 44 22 220 71 71
Binary 1010101 11010000 10000110 111011 0 100100 10010 10010000 111001 111001

Color Harmonies of #55D086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D086

Black with #55D086

Text Example


Text Example

White with #55D086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,208,134); }

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

background-color css

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

 a { background-color: rgb(85,208,134); }

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

border-color css

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

 span { border-color: rgb(85,208,134); }

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