Html Css Color HEX #55D16D Emerald

📋 copy color: '#55D16D'

red 85 ◦ green 209 ◦ blue 109

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

Shades of Emerald #55D16D

Tints of Emerald #55D16D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.05%

R = 21.09%
G = 51.86%
B = 27.05%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#55D16D (or 0x55D16D) is known color: Emerald. HEX triplet: 55, D1 and 6D. RGB value is (85,209,109). Sum of RGB (Red+Green+Blue) = 85+209+109=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 209 (82.03% from 255 or 51.86% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 209 - color contains mainly: green. Hex color #55D16D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D16D is #AA2E92. Grayscale: #A0A0A0. Windows color (decimal): -11153043 or 7197013. OLE color: 7197013.

HSL color Cylindrical-coordinate representation of color #55D16D: hue angle of 131.61º 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 #55D16D is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 209 109 -
CMYK 0.59 0 0.48 0.18
HSL 131.61º 0.57% 0.58% -
HSV(B) 131.61º 0.59% 0.82% -
XYZ 29.31 48.64 22.31 -
YUV 160.52 98.92 74.13 -
System Red Green Blue C M Y K H S L
Decimal 85 209 109 0.59 0 0.48 0.18 131.61 0.57 0.58
Hex 55 D1 6D 3B 0 30 12 84 39 3A
Octal 125 321 155 73 0 60 22 204 71 72
Binary 1010101 11010001 1101101 111011 0 110000 10010 10000100 111001 111010

Color Harmonies of #55D16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D16D

Black with #55D16D

Text Example


Text Example

White with #55D16D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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