Html Css Color HEX #55E885 Emerald

📋 copy color: '#55E885'

red 85 ◦ green 232 ◦ blue 133

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

Shades of Emerald #55E885

Tints of Emerald #55E885

RGB

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

 GREEN value IS 232 (91.02% from 255) = 51.56%

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

R = 18.89%
G = 51.56%
B = 29.56%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#55E885 (or 0x55E885) is known color: Emerald. HEX triplet: 55, E8 and 85. RGB value is (85,232,133). Sum of RGB (Red+Green+Blue) = 85+232+133=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 232 (91.02% from 255 or 51.56% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 232 - color contains mainly: green. Hex color #55E885 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55E885 is #AA177A. Grayscale: #B1B1B1. Windows color (decimal): -11147131 or 8775765. OLE color: 8775765.

HSL color Cylindrical-coordinate representation of color #55E885: hue angle of 139.59º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E885 is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 85 232 133 -
CMYK 0.63 0 0.43 0.09
HSL 139.59º 0.76% 0.62% -
HSV(B) 139.59º 0.63% 0.91% -
XYZ 36.84 61.34 32.09 -
YUV 176.76 103.3 62.55 -
System Red Green Blue C M Y K H S L
Decimal 85 232 133 0.63 0 0.43 0.09 139.59 0.76 0.62
Hex 55 E8 85 3F 0 2B 9 8C 4C 3E
Octal 125 350 205 77 0 53 11 214 114 76
Binary 1010101 11101000 10000101 111111 0 101011 1001 10001100 1001100 111110

Color Harmonies of #55E885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E885

Black with #55E885

Text Example


Text Example

White with #55E885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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