Html Css Color HEX #55DA8D Emerald

📋 copy color: '#55DA8D'

red 85 ◦ green 218 ◦ blue 141

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

Shades of Emerald #55DA8D

Tints of Emerald #55DA8D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.1%

 BLUE value IS 141 (55.47% from 255) = 31.76%

R = 19.14%
G = 49.1%
B = 31.76%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#55DA8D (or 0x55DA8D) is known color: Emerald. HEX triplet: 55, DA and 8D. RGB value is (85,218,141). Sum of RGB (Red+Green+Blue) = 85+218+141=444 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.14% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DA8D is #AA2572. Grayscale: #A9A9A9. Windows color (decimal): -11150707 or 9296469. OLE color: 9296469.

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

Color convert

RGB 85 218 141 -
CMYK 0.61 0 0.35 0.15
HSL 145.26º 0.64% 0.59% -
HSV(B) 145.26º 0.61% 0.85% -
XYZ 33.63 54 33.85 -
YUV 169.46 111.94 67.76 -
System Red Green Blue C M Y K H S L
Decimal 85 218 141 0.61 0 0.35 0.15 145.26 0.64 0.59
Hex 55 DA 8D 3D 0 23 F 91 40 3B
Octal 125 332 215 75 0 43 17 221 100 73
Binary 1010101 11011010 10001101 111101 0 100011 1111 10010001 1000000 111011

Color Harmonies of #55DA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DA8D

Black with #55DA8D

Text Example


Text Example

White with #55DA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,218,141); }

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

background-color css

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

 a { background-color: rgb(85,218,141); }

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

border-color css

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

 span { border-color: rgb(85,218,141); }

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