Html Css Color HEX #55D978 Emerald

📋 copy color: '#55D978'

red 85 ◦ green 217 ◦ blue 120

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

Shades of Emerald #55D978

Tints of Emerald #55D978

RGB

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

 GREEN value IS 217 (85.16% from 255) = 51.42%

 BLUE value IS 120 (47.27% from 255) = 28.44%

R = 20.14%
G = 51.42%
B = 28.44%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#55D978 (or 0x55D978) is known color: Emerald. HEX triplet: 55, D9 and 78. RGB value is (85,217,120). Sum of RGB (Red+Green+Blue) = 85+217+120=422 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.14% from 422); Green value is 217 (85.16% from 255 or 51.42% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 217 - color contains mainly: green. Hex color #55D978 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D978 is #AA2687. Grayscale: #A6A6A6. Windows color (decimal): -11150984 or 7919957. OLE color: 7919957.

HSL color Cylindrical-coordinate representation of color #55D978: hue angle of 135.91º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55D978 is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 217 120 -
CMYK 0.61 0 0.45 0.15
HSL 135.91º 0.63% 0.59% -
HSV(B) 135.91º 0.61% 0.85% -
XYZ 31.95 52.91 26.3 -
YUV 166.47 101.77 69.89 -
System Red Green Blue C M Y K H S L
Decimal 85 217 120 0.61 0 0.45 0.15 135.91 0.63 0.59
Hex 55 D9 78 3D 0 2D F 88 3F 3B
Octal 125 331 170 75 0 55 17 210 77 73
Binary 1010101 11011001 1111000 111101 0 101101 1111 10001000 111111 111011

Color Harmonies of #55D978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D978

Black with #55D978

Text Example


Text Example

White with #55D978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,217,120); }

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

background-color css

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

 a { background-color: rgb(85,217,120); }

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

border-color css

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

 span { border-color: rgb(85,217,120); }

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