Html Css Color HEX #55DC89 Emerald

📋 copy color: '#55DC89'

red 85 ◦ green 220 ◦ blue 137

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

Shades of Emerald #55DC89

Tints of Emerald #55DC89

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.77%

 BLUE value IS 137 (53.91% from 255) = 31%

R = 19.23%
G = 49.77%
B = 31%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#55DC89 (or 0x55DC89) is known color: Emerald. HEX triplet: 55, DC and 89. RGB value is (85,220,137). Sum of RGB (Red+Green+Blue) = 85+220+137=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #55DC89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DC89 is #AA2376. Grayscale: #AAAAAA. Windows color (decimal): -11150199 or 9034837. OLE color: 9034837.

HSL color Cylindrical-coordinate representation of color #55DC89: hue angle of 143.11º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DC89 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 220 137 -
CMYK 0.61 0 0.38 0.14
HSL 143.11º 0.66% 0.6% -
HSV(B) 143.11º 0.61% 0.86% -
XYZ 33.85 54.92 32.48 -
YUV 170.17 109.27 67.25 -
System Red Green Blue C M Y K H S L
Decimal 85 220 137 0.61 0 0.38 0.14 143.11 0.66 0.6
Hex 55 DC 89 3D 0 26 E 8F 42 3C
Octal 125 334 211 75 0 46 16 217 102 74
Binary 1010101 11011100 10001001 111101 0 100110 1110 10001111 1000010 111100

Color Harmonies of #55DC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DC89

Black with #55DC89

Text Example


Text Example

White with #55DC89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,220,137); }

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

background-color css

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

 a { background-color: rgb(85,220,137); }

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

border-color css

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

 span { border-color: rgb(85,220,137); }

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