Html Css Color HEX #55D98B Emerald

📋 copy color: '#55D98B'

red 85 ◦ green 217 ◦ blue 139

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

Shades of Emerald #55D98B

Tints of Emerald #55D98B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.52%

R = 19.27%
G = 49.21%
B = 31.52%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#55D98B (or 0x55D98B) is known color: Emerald. HEX triplet: 55, D9 and 8B. RGB value is (85,217,139). Sum of RGB (Red+Green+Blue) = 85+217+139=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 217 (85.16% from 255 or 49.21% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 217 - color contains mainly: green. Hex color #55D98B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D98B is #AA2674. Grayscale: #A8A8A8. Windows color (decimal): -11150965 or 9165141. OLE color: 9165141.

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

Color convert

RGB 85 217 139 -
CMYK 0.61 0 0.36 0.15
HSL 144.55º 0.63% 0.59% -
HSV(B) 144.55º 0.61% 0.85% -
XYZ 33.22 53.42 32.99 -
YUV 168.64 111.27 68.34 -
System Red Green Blue C M Y K H S L
Decimal 85 217 139 0.61 0 0.36 0.15 144.55 0.63 0.59
Hex 55 D9 8B 3D 0 24 F 91 3F 3B
Octal 125 331 213 75 0 44 17 221 77 73
Binary 1010101 11011001 10001011 111101 0 100100 1111 10010001 111111 111011

Color Harmonies of #55D98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D98B

Black with #55D98B

Text Example


Text Example

White with #55D98B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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