Html Css Color HEX #55D683 Emerald

📋 copy color: '#55D683'

red 85 ◦ green 214 ◦ blue 131

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

Shades of Emerald #55D683

Tints of Emerald #55D683

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.77%

 BLUE value IS 131 (51.56% from 255) = 30.47%

R = 19.77%
G = 49.77%
B = 30.47%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#55D683 (or 0x55D683) is known color: Emerald. HEX triplet: 55, D6 and 83. RGB value is (85,214,131). Sum of RGB (Red+Green+Blue) = 85+214+131=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 214 (83.98% from 255 or 49.77% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 214 - color contains mainly: green. Hex color #55D683 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D683 is #AA297C. Grayscale: #A6A6A6. Windows color (decimal): -11151741 or 8640085. OLE color: 8640085.

HSL color Cylindrical-coordinate representation of color #55D683: hue angle of 141.4º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D683 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 214 131 -
CMYK 0.60 0 0.39 0.16
HSL 141.4º 0.61% 0.59% -
HSV(B) 141.4º 0.6% 0.84% -
XYZ 31.89 51.66 29.76 -
YUV 165.97 108.26 70.25 -
System Red Green Blue C M Y K H S L
Decimal 85 214 131 0.60 0 0.39 0.16 141.4 0.61 0.59
Hex 55 D6 83 3C 0 27 10 8D 3D 3B
Octal 125 326 203 74 0 47 20 215 75 73
Binary 1010101 11010110 10000011 111100 0 100111 10000 10001101 111101 111011

Color Harmonies of #55D683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D683

Black with #55D683

Text Example


Text Example

White with #55D683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,214,131); }

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

background-color css

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

 a { background-color: rgb(85,214,131); }

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

border-color css

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

 span { border-color: rgb(85,214,131); }

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