Html Css Color HEX #55E086 Emerald

📋 copy color: '#55E086'

red 85 ◦ green 224 ◦ blue 134

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

Shades of Emerald #55E086

Tints of Emerald #55E086

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.56%

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

R = 19.19%
G = 50.56%
B = 30.25%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#55E086 (or 0x55E086) is known color: Emerald. HEX triplet: 55, E0 and 86. RGB value is (85,224,134). Sum of RGB (Red+Green+Blue) = 85+224+134=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 224 (87.89% from 255 or 50.56% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 224 - color contains mainly: green. Hex color #55E086 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E086 is #AA1F79. Grayscale: #ACACAC. Windows color (decimal): -11149178 or 8839253. OLE color: 8839253.

HSL color Cylindrical-coordinate representation of color #55E086: hue angle of 141.15º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E086 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 85 224 134 -
CMYK 0.62 0 0.40 0.12
HSL 141.15º 0.69% 0.61% -
HSV(B) 141.15º 0.62% 0.88% -
XYZ 34.71 56.96 31.72 -
YUV 172.18 106.45 65.82 -
System Red Green Blue C M Y K H S L
Decimal 85 224 134 0.62 0 0.40 0.12 141.15 0.69 0.61
Hex 55 E0 86 3E 0 28 C 8D 45 3D
Octal 125 340 206 76 0 50 14 215 105 75
Binary 1010101 11100000 10000110 111110 0 101000 1100 10001101 1000101 111101

Color Harmonies of #55E086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E086

Black with #55E086

Text Example


Text Example

White with #55E086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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