Html Css Color HEX #55D882 Emerald

📋 copy color: '#55D882'

red 85 ◦ green 216 ◦ blue 130

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

Shades of Emerald #55D882

Tints of Emerald #55D882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.16%

R = 19.72%
G = 50.12%
B = 30.16%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#55D882 (or 0x55D882) is known color: Emerald. HEX triplet: 55, D8 and 82. RGB value is (85,216,130). Sum of RGB (Red+Green+Blue) = 85+216+130=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 216 (84.77% from 255 or 50.12% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 216 - color contains mainly: green. Hex color #55D882 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D882 is #AA277D. Grayscale: #A7A7A7. Windows color (decimal): -11151230 or 8575061. OLE color: 8575061.

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

Color convert

RGB 85 216 130 -
CMYK 0.61 0 0.40 0.15
HSL 140.61º 0.63% 0.59% -
HSV(B) 140.61º 0.61% 0.85% -
XYZ 32.33 52.65 29.58 -
YUV 167.03 107.1 69.49 -
System Red Green Blue C M Y K H S L
Decimal 85 216 130 0.61 0 0.40 0.15 140.61 0.63 0.59
Hex 55 D8 82 3D 0 28 F 8D 3F 3B
Octal 125 330 202 75 0 50 17 215 77 73
Binary 1010101 11011000 10000010 111101 0 101000 1111 10001101 111111 111011

Color Harmonies of #55D882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D882

Black with #55D882

Text Example


Text Example

White with #55D882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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