Html Css Color HEX #55E28C Emerald

📋 copy color: '#55E28C'

red 85 ◦ green 226 ◦ blue 140

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

Shades of Emerald #55E28C

Tints of Emerald #55E28C

RGB

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

 GREEN value IS 226 (88.67% from 255) = 50.11%

 BLUE value IS 140 (55.08% from 255) = 31.04%

R = 18.85%
G = 50.11%
B = 31.04%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#55E28C (or 0x55E28C) is known color: Emerald. HEX triplet: 55, E2 and 8C. RGB value is (85,226,140). Sum of RGB (Red+Green+Blue) = 85+226+140=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 226 (88.67% from 255 or 50.11% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 226 - color contains mainly: green. Hex color #55E28C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E28C is #AA1D73. Grayscale: #AEAEAE. Windows color (decimal): -11148660 or 9232981. OLE color: 9232981.

HSL color Cylindrical-coordinate representation of color #55E28C: hue angle of 143.4º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E28C is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 85 226 140 -
CMYK 0.62 0 0.38 0.11
HSL 143.4º 0.71% 0.61% -
HSV(B) 143.4º 0.62% 0.89% -
XYZ 35.68 58.22 34.17 -
YUV 174.04 108.79 64.49 -
System Red Green Blue C M Y K H S L
Decimal 85 226 140 0.62 0 0.38 0.11 143.4 0.71 0.61
Hex 55 E2 8C 3E 0 26 B 8F 47 3D
Octal 125 342 214 76 0 46 13 217 107 75
Binary 1010101 11100010 10001100 111110 0 100110 1011 10001111 1000111 111101

Color Harmonies of #55E28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E28C

Black with #55E28C

Text Example


Text Example

White with #55E28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,226,140); }

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

background-color css

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

 a { background-color: rgb(85,226,140); }

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

border-color css

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

 span { border-color: rgb(85,226,140); }

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