Html Css Color HEX #55ED92 Emerald

📋 copy color: '#55ED92'

red 85 ◦ green 237 ◦ blue 146

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

Shades of Emerald #55ED92

Tints of Emerald #55ED92

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.64%

 BLUE value IS 146 (57.42% from 255) = 31.2%

R = 18.16%
G = 50.64%
B = 31.2%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#55ED92 (or 0x55ED92) is known color: Emerald. HEX triplet: 55, ED and 92. RGB value is (85,237,146). Sum of RGB (Red+Green+Blue) = 85+237+146=468 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.16% from 468); Green value is 237 (92.97% from 255 or 50.64% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 237 - color contains mainly: green. Hex color #55ED92 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55ED92 is #AA126D. Grayscale: #B5B5B5. Windows color (decimal): -11145838 or 9629013. OLE color: 9629013.

HSL color Cylindrical-coordinate representation of color #55ED92: hue angle of 144.08º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55ED92 is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 237 146 -
CMYK 0.64 0 0.38 0.07
HSL 144.08º 0.81% 0.63% -
HSV(B) 144.08º 0.64% 0.93% -
XYZ 39.22 64.57 37.59 -
YUV 181.18 108.14 59.4 -
System Red Green Blue C M Y K H S L
Decimal 85 237 146 0.64 0 0.38 0.07 144.08 0.81 0.63
Hex 55 ED 92 40 0 26 7 90 51 3F
Octal 125 355 222 100 0 46 7 220 121 77
Binary 1010101 11101101 10010010 1000000 0 100110 111 10010000 1010001 111111

Color Harmonies of #55ED92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ED92

Black with #55ED92

Text Example


Text Example

White with #55ED92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,237,146); }

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

background-color css

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

 a { background-color: rgb(85,237,146); }

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

border-color css

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

 span { border-color: rgb(85,237,146); }

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