Html Css Color HEX #55EB8B Emerald

📋 copy color: '#55EB8B'

red 85 ◦ green 235 ◦ blue 139

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

Shades of Emerald #55EB8B

Tints of Emerald #55EB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.28%

R = 18.52%
G = 51.2%
B = 30.28%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#55EB8B (or 0x55EB8B) is known color: Emerald. HEX triplet: 55, EB and 8B. RGB value is (85,235,139). Sum of RGB (Red+Green+Blue) = 85+235+139=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 235 (92.19% from 255 or 51.20% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 235 - color contains mainly: green. Hex color #55EB8B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EB8B is #AA1474. Grayscale: #B3B3B3. Windows color (decimal): -11146357 or 9169749. OLE color: 9169749.

HSL color Cylindrical-coordinate representation of color #55EB8B: hue angle of 141.6º 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 #55EB8B is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 235 139 -
CMYK 0.64 0 0.41 0.08
HSL 141.6º 0.79% 0.63% -
HSV(B) 141.6º 0.64% 0.92% -
XYZ 38.11 63.21 34.62 -
YUV 179.21 105.31 60.81 -
System Red Green Blue C M Y K H S L
Decimal 85 235 139 0.64 0 0.41 0.08 141.6 0.79 0.63
Hex 55 EB 8B 40 0 29 8 8E 4F 3F
Octal 125 353 213 100 0 51 10 216 117 77
Binary 1010101 11101011 10001011 1000000 0 101001 1000 10001110 1001111 111111

Color Harmonies of #55EB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EB8B

Black with #55EB8B

Text Example


Text Example

White with #55EB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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