Html Css Color HEX #55D07C Emerald

📋 copy color: '#55D07C'

red 85 ◦ green 208 ◦ blue 124

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

Shades of Emerald #55D07C

Tints of Emerald #55D07C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.88%

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

R = 20.38%
G = 49.88%
B = 29.74%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#55D07C (or 0x55D07C) is known color: Emerald. HEX triplet: 55, D0 and 7C. RGB value is (85,208,124). Sum of RGB (Red+Green+Blue) = 85+208+124=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #55D07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D07C is #AA2F83. Grayscale: #A1A1A1. Windows color (decimal): -11153284 or 8179797. OLE color: 8179797.

HSL color Cylindrical-coordinate representation of color #55D07C: hue angle of 139.02º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55D07C is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 208 124 -
CMYK 0.59 0 0.40 0.18
HSL 139.02º 0.57% 0.57% -
HSV(B) 139.02º 0.59% 0.82% -
XYZ 29.94 48.5 26.85 -
YUV 161.65 106.75 73.33 -
System Red Green Blue C M Y K H S L
Decimal 85 208 124 0.59 0 0.40 0.18 139.02 0.57 0.57
Hex 55 D0 7C 3B 0 28 12 8B 39 39
Octal 125 320 174 73 0 50 22 213 71 71
Binary 1010101 11010000 1111100 111011 0 101000 10010 10001011 111001 111001

Color Harmonies of #55D07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D07C

Black with #55D07C

Text Example


Text Example

White with #55D07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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