Html Css Color HEX #55ED85 Emerald

📋 copy color: '#55ED85'

red 85 ◦ green 237 ◦ blue 133

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

Shades of Emerald #55ED85

Tints of Emerald #55ED85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.23%

R = 18.68%
G = 52.09%
B = 29.23%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#55ED85 (or 0x55ED85) is known color: Emerald. HEX triplet: 55, ED and 85. RGB value is (85,237,133). Sum of RGB (Red+Green+Blue) = 85+237+133=455 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.68% from 455); Green value is 237 (92.97% from 255 or 52.09% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 237 - color contains mainly: green. Hex color #55ED85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55ED85 is #AA127A. Grayscale: #B3B3B3. Windows color (decimal): -11145851 or 8777045. OLE color: 8777045.

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

Color convert

RGB 85 237 133 -
CMYK 0.64 0 0.44 0.07
HSL 138.95º 0.81% 0.63% -
HSV(B) 138.95º 0.64% 0.93% -
XYZ 38.26 64.19 32.56 -
YUV 179.7 101.64 60.46 -
System Red Green Blue C M Y K H S L
Decimal 85 237 133 0.64 0 0.44 0.07 138.95 0.81 0.63
Hex 55 ED 85 40 0 2C 7 8B 51 3F
Octal 125 355 205 100 0 54 7 213 121 77
Binary 1010101 11101101 10000101 1000000 0 101100 111 10001011 1010001 111111

Color Harmonies of #55ED85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ED85

Black with #55ED85

Text Example


Text Example

White with #55ED85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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