Html Css Color HEX #55D182 Emerald

📋 copy color: '#55D182'

red 85 ◦ green 209 ◦ blue 130

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

Shades of Emerald #55D182

Tints of Emerald #55D182

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.29%

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

R = 20.05%
G = 49.29%
B = 30.66%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#55D182 (or 0x55D182) is known color: Emerald. HEX triplet: 55, D1 and 82. RGB value is (85,209,130). Sum of RGB (Red+Green+Blue) = 85+209+130=424 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.05% from 424); Green value is 209 (82.03% from 255 or 49.29% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 209 - color contains mainly: green. Hex color #55D182 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D182 is #AA2E7D. Grayscale: #A3A3A3. Windows color (decimal): -11153022 or 8573269. OLE color: 8573269.

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

Color convert

RGB 85 209 130 -
CMYK 0.59 0 0.38 0.18
HSL 141.77º 0.57% 0.58% -
HSV(B) 141.77º 0.59% 0.82% -
XYZ 30.58 49.14 28.99 -
YUV 162.92 109.42 72.42 -
System Red Green Blue C M Y K H S L
Decimal 85 209 130 0.59 0 0.38 0.18 141.77 0.57 0.58
Hex 55 D1 82 3B 0 26 12 8E 39 3A
Octal 125 321 202 73 0 46 22 216 71 72
Binary 1010101 11010001 10000010 111011 0 100110 10010 10001110 111001 111010

Color Harmonies of #55D182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D182

Black with #55D182

Text Example


Text Example

White with #55D182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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