Html Css Color HEX #55D880 Emerald

📋 copy color: '#55D880'

red 85 ◦ green 216 ◦ blue 128

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

Shades of Emerald #55D880

Tints of Emerald #55D880

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.35%

 BLUE value IS 128 (50.39% from 255) = 29.84%

R = 19.81%
G = 50.35%
B = 29.84%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#55D880 (or 0x55D880) is known color: Emerald. HEX triplet: 55, D8 and 80. RGB value is (85,216,128). Sum of RGB (Red+Green+Blue) = 85+216+128=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 216 (84.77% from 255 or 50.35% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 216 - color contains mainly: green. Hex color #55D880 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D880 is #AA277F. Grayscale: #A7A7A7. Windows color (decimal): -11151232 or 8443989. OLE color: 8443989.

HSL color Cylindrical-coordinate representation of color #55D880: hue angle of 139.69º 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 #55D880 is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 216 128 -
CMYK 0.61 0 0.41 0.15
HSL 139.69º 0.63% 0.59% -
HSV(B) 139.69º 0.61% 0.85% -
XYZ 32.2 52.6 28.88 -
YUV 166.8 106.1 69.66 -
System Red Green Blue C M Y K H S L
Decimal 85 216 128 0.61 0 0.41 0.15 139.69 0.63 0.59
Hex 55 D8 80 3D 0 29 F 8C 3F 3B
Octal 125 330 200 75 0 51 17 214 77 73
Binary 1010101 11011000 10000000 111101 0 101001 1111 10001100 111111 111011

Color Harmonies of #55D880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D880

Black with #55D880

Text Example


Text Example

White with #55D880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,216,128); }

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

background-color css

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

 a { background-color: rgb(85,216,128); }

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

border-color css

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

 span { border-color: rgb(85,216,128); }

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