Html Css Color HEX #55D763 Emerald

📋 copy color: '#55D763'

red 85 ◦ green 215 ◦ blue 99

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

Shades of Emerald #55D763

Tints of Emerald #55D763

RGB

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

 GREEN value IS 215 (84.38% from 255) = 53.88%

 BLUE value IS 99 (39.06% from 255) = 24.81%

R = 21.3%
G = 53.88%
B = 24.81%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#55D763 (or 0x55D763) is known color: Emerald. HEX triplet: 55, D7 and 63. RGB value is (85,215,99). Sum of RGB (Red+Green+Blue) = 85+215+99=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 215 (84.38% from 255 or 53.88% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 215 - color contains mainly: green. Hex color #55D763 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D763 is #AA289C. Grayscale: #A3A3A3. Windows color (decimal): -11151517 or 6543189. OLE color: 6543189.

HSL color Cylindrical-coordinate representation of color #55D763: hue angle of 126.46º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D763 is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 215 99 -
CMYK 0.60 0 0.54 0.16
HSL 126.46º 0.62% 0.59% -
HSV(B) 126.46º 0.6% 0.84% -
XYZ 30.3 51.43 20.14 -
YUV 162.91 91.93 72.43 -
System Red Green Blue C M Y K H S L
Decimal 85 215 99 0.60 0 0.54 0.16 126.46 0.62 0.59
Hex 55 D7 63 3C 0 36 10 7E 3E 3B
Octal 125 327 143 74 0 66 20 176 76 73
Binary 1010101 11010111 1100011 111100 0 110110 10000 1111110 111110 111011

Color Harmonies of #55D763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D763

Black with #55D763

Text Example


Text Example

White with #55D763

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,215,99); }

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

background-color css

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

 a { background-color: rgb(85,215,99); }

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

border-color css

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

 span { border-color: rgb(85,215,99); }

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