Html Css Color HEX #55DD86 Emerald

📋 copy color: '#55DD86'

red 85 ◦ green 221 ◦ blue 134

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

Shades of Emerald #55DD86

Tints of Emerald #55DD86

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.23%

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

R = 19.32%
G = 50.23%
B = 30.45%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#55DD86 (or 0x55DD86) is known color: Emerald. HEX triplet: 55, DD and 86. RGB value is (85,221,134). Sum of RGB (Red+Green+Blue) = 85+221+134=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 134 (52.73% from 255 or 30.45% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #55DD86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DD86 is #AA2279. Grayscale: #AAAAAA. Windows color (decimal): -11149946 or 8838485. OLE color: 8838485.

HSL color Cylindrical-coordinate representation of color #55DD86: hue angle of 141.62º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DD86 is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 221 134 -
CMYK 0.62 0 0.39 0.13
HSL 141.62º 0.67% 0.6% -
HSV(B) 141.62º 0.62% 0.87% -
XYZ 33.91 55.37 31.45 -
YUV 170.42 107.44 67.07 -
System Red Green Blue C M Y K H S L
Decimal 85 221 134 0.62 0 0.39 0.13 141.62 0.67 0.6
Hex 55 DD 86 3E 0 27 D 8E 43 3C
Octal 125 335 206 76 0 47 15 216 103 74
Binary 1010101 11011101 10000110 111110 0 100111 1101 10001110 1000011 111100

Color Harmonies of #55DD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DD86

Black with #55DD86

Text Example


Text Example

White with #55DD86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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