Html Css Color HEX #55EB8D Emerald

📋 copy color: '#55EB8D'

red 85 ◦ green 235 ◦ blue 141

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

Shades of Emerald #55EB8D

Tints of Emerald #55EB8D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.98%

 BLUE value IS 141 (55.47% from 255) = 30.59%

R = 18.44%
G = 50.98%
B = 30.59%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#55EB8D (or 0x55EB8D) is known color: Emerald. HEX triplet: 55, EB and 8D. RGB value is (85,235,141). Sum of RGB (Red+Green+Blue) = 85+235+141=461 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.44% from 461); Green value is 235 (92.19% from 255 or 50.98% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 235 - color contains mainly: green. Hex color #55EB8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EB8D is #AA1472. Grayscale: #B3B3B3. Windows color (decimal): -11146355 or 9300821. OLE color: 9300821.

HSL color Cylindrical-coordinate representation of color #55EB8D: hue angle of 142.4º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EB8D is Cyan = 0.64, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 235 141 -
CMYK 0.64 0 0.4 0.08
HSL 142.4º 0.79% 0.63% -
HSV(B) 142.4º 0.64% 0.92% -
XYZ 38.26 63.27 35.4 -
YUV 179.43 106.31 60.64 -
System Red Green Blue C M Y K H S L
Decimal 85 235 141 0.64 0 0.4 0.08 142.4 0.79 0.63
Hex 55 EB 8D 40 0 28 8 8E 4F 3F
Octal 125 353 215 100 0 50 10 216 117 77
Binary 1010101 11101011 10001101 1000000 0 101000 1000 10001110 1001111 111111

Color Harmonies of #55EB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EB8D

Black with #55EB8D

Text Example


Text Example

White with #55EB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,235,141); }

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

background-color css

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

 a { background-color: rgb(85,235,141); }

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

border-color css

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

 span { border-color: rgb(85,235,141); }

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