Html Css Color HEX #55E07C Emerald

📋 copy color: '#55E07C'

red 85 ◦ green 224 ◦ blue 124

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

Shades of Emerald #55E07C

Tints of Emerald #55E07C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.73%

 BLUE value IS 124 (48.83% from 255) = 28.64%

R = 19.63%
G = 51.73%
B = 28.64%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#55E07C (or 0x55E07C) is known color: Emerald. HEX triplet: 55, E0 and 7C. RGB value is (85,224,124). Sum of RGB (Red+Green+Blue) = 85+224+124=433 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.63% from 433); Green value is 224 (87.89% from 255 or 51.73% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 224 - color contains mainly: green. Hex color #55E07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55E07C is #AA1F83. Grayscale: #ABABAB. Windows color (decimal): -11149188 or 8183893. OLE color: 8183893.

HSL color Cylindrical-coordinate representation of color #55E07C: hue angle of 136.83º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E07C is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 85 224 124 -
CMYK 0.62 0 0.45 0.12
HSL 136.83º 0.69% 0.61% -
HSV(B) 136.83º 0.62% 0.88% -
XYZ 34.04 56.7 28.22 -
YUV 171.04 101.45 66.63 -
System Red Green Blue C M Y K H S L
Decimal 85 224 124 0.62 0 0.45 0.12 136.83 0.69 0.61
Hex 55 E0 7C 3E 0 2D C 89 45 3D
Octal 125 340 174 76 0 55 14 211 105 75
Binary 1010101 11100000 1111100 111110 0 101101 1100 10001001 1000101 111101

Color Harmonies of #55E07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E07C

Black with #55E07C

Text Example


Text Example

White with #55E07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,224,124); }

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

background-color css

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

 a { background-color: rgb(85,224,124); }

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

border-color css

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

 span { border-color: rgb(85,224,124); }

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